summaryrefslogtreecommitdiff
path: root/src/arch/power/SConscript
diff options
context:
space:
mode:
authorTimothy M. Jones <tjones1@inf.ed.ac.uk>2010-07-22 18:47:03 +0100
committerTimothy M. Jones <tjones1@inf.ed.ac.uk>2010-07-22 18:47:03 +0100
commit8c76715979682cbf0e653128c253805a80c40269 (patch)
tree76ed1be4d3567036bc1e6d977022b31bcfdab9c3 /src/arch/power/SConscript
parent21bf6ff1019cb1334596da8488268eeaea3753cc (diff)
downloadgem5-8c76715979682cbf0e653128c253805a80c40269.tar.xz
Power: Provide a utility function to copy registers from one thread context
to another in the Power ISA.
Diffstat (limited to 'src/arch/power/SConscript')
-rw-r--r--src/arch/power/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/SConscript b/src/arch/power/SConscript
index 1fb36eaab..0f264d223 100644
--- a/src/arch/power/SConscript
+++ b/src/arch/power/SConscript
@@ -42,6 +42,7 @@ if env['TARGET_ISA'] == 'power':
Source('insts/static_inst.cc')
Source('pagetable.cc')
Source('tlb.cc')
+ Source('utility.cc')
SimObject('PowerTLB.py')
TraceFlag('Power')