diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-06-10 01:14:35 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-06-10 01:14:35 -0400 |
commit | a20f44979afd2a77d8b699534a4029d1e35464de (patch) | |
tree | 087eed7e057487ab10d8d5deab2ca4ae1f0df1b4 /cpu | |
parent | fa57153b740a305ef204cbe9f7b08597b997b2e0 (diff) | |
download | gem5-a20f44979afd2a77d8b699534a4029d1e35464de.tar.xz |
lift common code *kernel_stats.* into the kern directory.
cpu/exec_context.hh:
lift kernel_stats out in the linux tree.
--HG--
extra : convert_revision : 866c7f82d8b995b4dce295de1ab0980527d13f01
Diffstat (limited to 'cpu')
-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 57f905573..08879b3b5 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" |