summaryrefslogtreecommitdiff
path: root/sim/process.cc
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-06-05 02:26:19 -0400
committerNathan Binkert <binkertn@umich.edu>2005-06-05 02:26:19 -0400
commite71ee12eacb115289ce96f9a384dd2c0567270a7 (patch)
treeaea2829ba7b4331a92bd29bb8de492a704d46450 /sim/process.cc
parent8522474318b9276f3de271109fba98607c625ba2 (diff)
downloadgem5-e71ee12eacb115289ce96f9a384dd2c0567270a7.tar.xz
move eio stuff to encumbered
--HG-- extra : convert_revision : 9061382dba285c84931f8825e7159db0e9899944
Diffstat (limited to 'sim/process.cc')
-rw-r--r--sim/process.cc2
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"