i82094aa.cc (8851:7e966326ef5b) i82094aa.cc (8922:17f037ad8918)
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;

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

217 apicIt++;
218 assert(apicIt != apics.end());
219 }
220 int selected = *apicIt;
221 apics.clear();
222 apics.push_back(selected);
223 }
224 }
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;

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

217 apicIt++;
218 assert(apicIt != apics.end());
219 }
220 int selected = *apicIt;
221 apics.clear();
222 apics.push_back(selected);
223 }
224 }
225 intPort.sendMessage(apics, message,
226 sys->getMemoryMode() == Enums::timing);
225 intMasterPort.sendMessage(apics, message,
226 sys->getMemoryMode() == Enums::timing);
227 }
228}
229
230void
231X86ISA::I82094AA::raiseInterruptPin(int number)
232{
233 assert(number < TableSize);
234 if (!pinStates[number])

--- 45 unchanged lines hidden ---
227 }
228}
229
230void
231X86ISA::I82094AA::raiseInterruptPin(int number)
232{
233 assert(number < TableSize);
234 if (!pinStates[number])

--- 45 unchanged lines hidden ---