diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-07-28 21:04:45 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-07-28 21:04:45 -0700 |
commit | fe46e28b149876e41e91d6210040bcfed32d14ca (patch) | |
tree | 9f8f2028a5593b28f4892036b149778cf161c78d /src | |
parent | 4903b549e77f30abec6fee211adb1f203e14239b (diff) | |
parent | 1bc36f0787ae7aba2ba78dd9c8b6b6c7d9cbddbf (diff) | |
download | gem5-fe46e28b149876e41e91d6210040bcfed32d14ca.tar.xz |
Merge with head.
--HG--
extra : convert_revision : 3c1ff2585c9b20649792344b4180f6d82cef9c1b
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/SConscript | 30 |
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 |