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 /sim | |
parent | 8522474318b9276f3de271109fba98607c625ba2 (diff) | |
download | gem5-e71ee12eacb115289ce96f9a384dd2c0567270a7.tar.xz |
move eio stuff to encumbered
--HG--
extra : convert_revision : 9061382dba285c84931f8825e7159db0e9899944
Diffstat (limited to 'sim')
-rw-r--r-- | sim/process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/process.cc b/sim/process.cc index e7a9afa9d..ab256454c 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -38,8 +38,8 @@ #include "base/statistics.hh" #include "cpu/exec_context.hh" #include "cpu/smt.hh" -#include "eio/eio.hh" #include "encumbered/cpu/full/thread.hh" +#include "encumbered/eio/eio.hh" #include "encumbered/mem/functional/main.hh" #include "sim/builder.hh" #include "sim/fake_syscall.hh" |