diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 02:26:19 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 02:26:19 -0400 |
commit | e71ee12eacb115289ce96f9a384dd2c0567270a7 (patch) | |
tree | aea2829ba7b4331a92bd29bb8de492a704d46450 /cpu | |
parent | 8522474318b9276f3de271109fba98607c625ba2 (diff) | |
download | gem5-e71ee12eacb115289ce96f9a384dd2c0567270a7.tar.xz |
move eio stuff to encumbered
--HG--
extra : convert_revision : 9061382dba285c84931f8825e7159db0e9899944
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/o3/alpha_cpu_builder.cc | 1 | ||||
-rw-r--r-- | cpu/simple/cpu.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/o3/alpha_cpu_builder.cc b/cpu/o3/alpha_cpu_builder.cc index 6f4e4f0be..57061c052 100644 --- a/cpu/o3/alpha_cpu_builder.cc +++ b/cpu/o3/alpha_cpu_builder.cc @@ -53,7 +53,6 @@ #include "targetarch/alpha_memory.hh" #include "targetarch/vtophys.hh" #else // !FULL_SYSTEM -#include "eio/eio.hh" #include "mem/functional/functional.hh" #endif // FULL_SYSTEM diff --git a/cpu/simple/cpu.cc b/cpu/simple/cpu.cc index 306398ac2..d16993c5c 100644 --- a/cpu/simple/cpu.cc +++ b/cpu/simple/cpu.cc @@ -67,7 +67,6 @@ #include "targetarch/alpha_memory.hh" #include "targetarch/vtophys.hh" #else // !FULL_SYSTEM -#include "eio/eio.hh" #include "mem/functional/functional.hh" #endif // FULL_SYSTEM |