summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-07-28 21:04:45 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-07-28 21:04:45 -0700
commitfe46e28b149876e41e91d6210040bcfed32d14ca (patch)
tree9f8f2028a5593b28f4892036b149778cf161c78d /src
parent4903b549e77f30abec6fee211adb1f203e14239b (diff)
parent1bc36f0787ae7aba2ba78dd9c8b6b6c7d9cbddbf (diff)
downloadgem5-fe46e28b149876e41e91d6210040bcfed32d14ca.tar.xz
Merge with head.
--HG-- extra : convert_revision : 3c1ff2585c9b20649792344b4180f6d82cef9c1b
Diffstat (limited to 'src')
-rw-r--r--src/arch/SConscript30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript
index 0ac25b6c7..e051c44af 100644
--- a/src/arch/SConscript
+++ b/src/arch/SConscript
@@ -43,23 +43,23 @@ Import('*')
# List of headers to generate
isa_switch_hdrs = Split('''
- arguments.hh
- faults.hh
- interrupts.hh
- isa_traits.hh
- kernel_stats.hh
+ arguments.hh
+ faults.hh
+ interrupts.hh
+ isa_traits.hh
+ kernel_stats.hh
locked_mem.hh
mmaped_ipr.hh
- process.hh
- predecoder.hh
- regfile.hh
- remote_gdb.hh
- stacktrace.hh
- syscallreturn.hh
- tlb.hh
- types.hh
- utility.hh
- vtophys.hh
+ process.hh
+ predecoder.hh
+ regfile.hh
+ remote_gdb.hh
+ stacktrace.hh
+ syscallreturn.hh
+ tlb.hh
+ types.hh
+ utility.hh
+ vtophys.hh
''')
# Set up this directory to support switching headers