interrupts.hh (8742:9df38d259935) interrupts.hh (8746:42d3554b1c35)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

171 }
172
173 void requestInterrupt(uint8_t vector, uint8_t deliveryMode, bool level);
174
175 BaseCPU *cpu;
176
177 int initialApicId;
178
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

171 }
172
173 void requestInterrupt(uint8_t vector, uint8_t deliveryMode, bool level);
174
175 BaseCPU *cpu;
176
177 int initialApicId;
178
179#if FULL_SYSTEM
180 Platform *platform;
181#endif
182
183 public:
179 public:
180
181 int getInitialApicId() { return initialApicId; }
182
184 /*
185 * Params stuff.
186 */
187 typedef X86LocalApicParams Params;
188
189 void setCPU(BaseCPU * newCPU);
190
191 void

--- 102 unchanged lines hidden ---
183 /*
184 * Params stuff.
185 */
186 typedef X86LocalApicParams Params;
187
188 void setCPU(BaseCPU * newCPU);
189
190 void

--- 102 unchanged lines hidden ---