diff options
Diffstat (limited to 'src/cpu/thread_context.hh')
-rw-r--r-- | src/cpu/thread_context.hh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cpu/thread_context.hh b/src/cpu/thread_context.hh index 00e97b23c..bdf5a0086 100644 --- a/src/cpu/thread_context.hh +++ b/src/cpu/thread_context.hh @@ -70,10 +70,8 @@ class FSTranslatingPortProxy; class PortProxy; class Process; class System; -namespace TheISA { - namespace Kernel { - class Statistics; - } +namespace Kernel { + class Statistics; } /** @@ -150,7 +148,7 @@ class ThreadContext virtual System *getSystemPtr() = 0; - virtual TheISA::Kernel::Statistics *getKernelStats() = 0; + virtual ::Kernel::Statistics *getKernelStats() = 0; virtual PortProxy &getPhysProxy() = 0; |