summaryrefslogtreecommitdiff
path: root/src/cpu/simple_thread.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-07 05:36:54 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-07 05:36:54 -0500
commit4bfb8547bbdee3bd0ec23ae067ff04fd5e07f4be (patch)
treef8e71b2820b19c8520fbc7e705368e67996c70b2 /src/cpu/simple_thread.hh
parent54241565167bcab9fd3ae47010e46e7e8ad04826 (diff)
downloadgem5-4bfb8547bbdee3bd0ec23ae067ff04fd5e07f4be.tar.xz
Moved the switched version of kernel_stats.hh back to kern, and moved the base kernel_stats to base_kernel_stats
--HG-- extra : convert_revision : 2a010d2eb7ea2586ff063b99b8bcde6eb1e8e017
Diffstat (limited to 'src/cpu/simple_thread.hh')
-rw-r--r--src/cpu/simple_thread.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cpu/simple_thread.hh b/src/cpu/simple_thread.hh
index 600588295..e8757c8c2 100644
--- a/src/cpu/simple_thread.hh
+++ b/src/cpu/simple_thread.hh
@@ -55,8 +55,10 @@ class ProfileNode;
class FunctionalPort;
class PhysicalPort;
-namespace Kernel {
- class Statistics;
+namespace TheISA {
+ namespace Kernel {
+ class Statistics;
+ };
};
#else // !FULL_SYSTEM