Deleted Added
sdiff udiff text old ( 5842:1349786dd9a7 ) new ( 5843:a2c317cefcf8 )
full compact
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 87 unchanged lines hidden (view full) ---

96 ioApic.writeReg(0x14, entry.bottomDW);
97 ioApic.writeReg(0x15, entry.topDW);
98 entry.vector = 0x28;
99 ioApic.writeReg(0x20, entry.bottomDW);
100 ioApic.writeReg(0x21, entry.topDW);
101 entry.vector = 0x2C;
102 ioApic.writeReg(0x28, entry.bottomDW);
103 ioApic.writeReg(0x29, entry.topDW);
104}
105
106Tick
107Pc::intrFrequency()
108{
109 panic("Need implementation\n");
110 M5_DUMMY_RETURN
111}

--- 60 unchanged lines hidden ---