diff options
Diffstat (limited to 'src/arch/power/kernel_stats.hh')
-rw-r--r-- | src/arch/power/kernel_stats.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/arch/power/kernel_stats.hh b/src/arch/power/kernel_stats.hh index b4d9a69b6..1ae77d910 100644 --- a/src/arch/power/kernel_stats.hh +++ b/src/arch/power/kernel_stats.hh @@ -36,13 +36,10 @@ namespace PowerISA { namespace Kernel { -enum cpu_mode { hypervisor, kernel, user, idle, cpu_mode_num }; -extern const char *modestr[]; - class Statistics : public ::Kernel::Statistics { public: - Statistics(System *system) : ::Kernel::Statistics(system) + Statistics() : ::Kernel::Statistics() {} }; |