summaryrefslogtreecommitdiff
path: root/src/arch/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-11-12 18:06:57 -0800
committerGabe Black <gblack@eecs.umich.edu>2007-11-12 18:06:57 -0800
commit1048b548fabfb7af2113f226f2151d3eb0e63289 (patch)
treed68b47ad4f335ade253f5ae87a158c6209d6ec20 /src/arch/x86/SConscript
parent6095dceb0c34cf79ecbd799ab4b2cbe7b7c8629a (diff)
downloadgem5-1048b548fabfb7af2113f226f2151d3eb0e63289.tar.xz
X86: Separate out the page table walker into it's own cc and hh.
--HG-- extra : convert_revision : cbc3af01ca3dc911a59224a574007c5c0bcf6042
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r--src/arch/x86/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index 68a18d4c0..eef3956ee 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -112,6 +112,7 @@ if env['TARGET_ISA'] == 'x86':
SimObject('X86System.py')
# Full-system sources
+ Source('pagetable_walker.cc')
Source('system.cc')
Source('stacktrace.cc')
Source('vtophys.cc')