diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-08-01 15:54:25 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-08-01 15:54:25 -0700 |
commit | 458dfc8b3edc716a7587f3ad7516e6d667e0572e (patch) | |
tree | 5cafd01451dd3ea32269277af818a57c3e18ea2d /src/arch/alpha/linux/system.cc | |
parent | c032a535ab651f216ef0620915ab90338ca24929 (diff) | |
parent | 84cd78e96f892f52a715cfe10d9405987f5e9ba1 (diff) | |
download | gem5-458dfc8b3edc716a7587f3ad7516e6d667e0572e.tar.xz |
Merge with head.
--HG--
extra : convert_revision : f677debfd636d79bc5097eb45331601d3253743d
Diffstat (limited to 'src/arch/alpha/linux/system.cc')
-rw-r--r-- | src/arch/alpha/linux/system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/linux/system.cc b/src/arch/alpha/linux/system.cc index f93cdfbad..102598716 100644 --- a/src/arch/alpha/linux/system.cc +++ b/src/arch/alpha/linux/system.cc @@ -40,7 +40,6 @@ * up boot time. */ -#include "arch/arguments.hh" #include "arch/vtophys.hh" #include "arch/alpha/idle_event.hh" #include "arch/alpha/linux/system.hh" @@ -54,6 +53,7 @@ #include "kern/linux/events.hh" #include "mem/physical.hh" #include "mem/port.hh" +#include "sim/arguments.hh" #include "sim/byteswap.hh" using namespace std; |