diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-06-10 01:02:33 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-06-10 01:02:33 -0400 |
commit | 22fe77f2283c130a1746c68d1ed63f2a242390a5 (patch) | |
tree | 609dfde2abb88559a764fbea53c8af0f4608f069 /cpu/exec_context.hh | |
parent | 7b24ae00dc2b3f503a15c28a7728cfc9a3e9299f (diff) | |
download | gem5-22fe77f2283c130a1746c68d1ed63f2a242390a5.tar.xz |
lif kernelt stats out of tru64 directory
cpu/exec_context.hh:
change this to reflect the lifted kernel stats file.
--HG--
extra : convert_revision : 0dda3babdf51ee7a57430af69c7e20322b4eb622
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index a62225f1b..7409095e2 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -44,7 +44,7 @@ class BaseCPU; #include "targetarch/alpha_memory.hh" class MemoryController; -#include "kern/tru64/kernel_stats.hh" +#include "kern/kernel_stats.hh" #include "sim/system.hh" #include "sim/sw_context.hh" |