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
This commit is contained in:
Lisa Hsu
2004-06-10 01:14:35 -04:00
parent fa57153b74
commit a20f44979a

View File

@@ -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"