summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2003-10-13 16:09:33 -0400
committerNathan Binkert <binkertn@umich.edu>2003-10-13 16:09:33 -0400
commit60a7bd950b4c3a2b9bffed92f14fdd50f566222c (patch)
tree720c4032298c08e94a9fcd4b7aafc98dd947f626 /cpu
parentb177f696ff10473d6421af90d740254d523c5f7e (diff)
downloadgem5-60a7bd950b4c3a2b9bffed92f14fdd50f566222c.tar.xz
CopyData and CopyString moved from kernel.cc to vtophys.cc
kernel.cc and kernel.hh moved to kern/tru64 --HG-- extra : convert_revision : 1b9123af03960b602a2d52dfa7b714280f9995aa
Diffstat (limited to 'cpu')
-rw-r--r--cpu/pc_event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pc_event.cc b/cpu/pc_event.cc
index d2490edf6..a275c2c41 100644
--- a/cpu/pc_event.cc
+++ b/cpu/pc_event.cc
@@ -40,7 +40,7 @@
#ifdef FULL_SYSTEM
#include "targetarch/arguments.hh"
#include "targetarch/pmap.h"
-#include "targetarch/kernel.hh"
+#include "kern/tru64/kernel.hh"
#include "mem/functional_mem/memory_control.hh"
#include "cpu/full_cpu/cpu.hh"
#include "sim/system.hh"