X86: Implement the media floating point max instructions.
[gem5.git] / src / arch / x86 / interrupts.hh
index 72a852adaa434d7ebf8adb41b6239783b9624a75..e1bd676dbfa705f2eb56bac5aa33a2e7aa183db0 100644 (file)
@@ -191,6 +191,8 @@ class Interrupts : public BasicPioDevice, IntDev
 
     BaseCPU *cpu;
 
+    int initialApicId;
+
   public:
     /*
      * Params stuff.
@@ -211,6 +213,11 @@ class Interrupts : public BasicPioDevice, IntDev
         return dynamic_cast<const Params *>(_params);
     }
 
+    /*
+     * Initialize this object by registering it with the IO APIC.
+     */
+    void init();
+
     /*
      * Functions to interact with the interrupt port from IntDev.
      */