Remove Full System Files
authorKorey Sewell <ksewell@umich.edu>
Sun, 11 Jun 2006 23:04:22 +0000 (19:04 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 11 Jun 2006 23:04:22 +0000 (19:04 -0400)
src/arch/mips/SConscript:
    remove full-system
src/arch/mips/stacktrace.hh:
    alpha to mips

--HG--
extra : convert_revision : 5aa7ba6a4af4884e911708608dfc5a552f70654d

src/arch/mips/SConscript
src/arch/mips/stacktrace.hh

index 6295a6c119f864e94e34518f9f145d86b0d36e51..8353bcde7a22d48b6dac74ef0d7361d4ff674bde 100644 (file)
@@ -52,8 +52,7 @@ base_sources = Split('''
 
 # Full-system sources
 full_system_sources = Split('''
-       memory.cc
-       mips34k.cc
+       #Insert Full-System Files Here
        ''')
 
 # Syscall emulation (non-full-system) sources
index 38767cef72d7ee0b9666820ea01c784c23b0d612..ff35aaeb06ef7c77ac200bc1831244e6a75b0e14 100644 (file)
@@ -28,8 +28,8 @@
  * Authors: Korey Sewell
  */
 
-#ifndef __ARCH_ALPHA_STACKTRACE_HH__
-#define __ARCH_ALPHA_STACKTRACE_HH__
+#ifndef __ARCH_MIPS_STACKTRACE_HH__
+#define __ARCH_MIPS_STACKTRACE_HH__
 
 #include "base/trace.hh"
 #include "cpu/static_inst.hh"
@@ -118,4 +118,4 @@ StackTrace::trace(ThreadContext *tc, StaticInstPtr inst)
     return true;
 }
 
-#endif // __ARCH_ALPHA_STACKTRACE_HH__
+#endif // __ARCH_MIPS_STACKTRACE_HH__