Major changes to how SimObjects are created and initialized. Almost all
[gem5.git] / src / arch / alpha / linux / system.hh
index 14396f8ab6716c0a4cb3de5e1c6715c95ced3682..00cde826ab72c05c9345b85db9c6b0350f437ff2 100644 (file)
@@ -41,6 +41,7 @@ class IdleStartEvent;
 #include "arch/alpha/idle_event.hh"
 #include "arch/alpha/system.hh"
 #include "kern/linux/events.hh"
+#include "params/LinuxAlphaSystem.hh"
 
 using namespace AlphaISA;
 using namespace Linux;
@@ -129,6 +130,7 @@ class LinuxAlphaSystem : public AlphaSystem
     IdleStartEvent *idleStartEvent;
 
   public:
+    typedef LinuxAlphaSystemParams Params;
     LinuxAlphaSystem(Params *p);
     ~LinuxAlphaSystem();