arch: TheISA shouldn't really ever be used in the arch directory.
authorNathan Binkert <nate@binkert.org>
Sun, 28 Sep 2008 04:03:46 +0000 (21:03 -0700)
committerNathan Binkert <nate@binkert.org>
Sun, 28 Sep 2008 04:03:46 +0000 (21:03 -0700)
commit8ea5176b7f4eac09d152dd63d0ba07962be9c865
treec58a252c9dd0a1873b30caa6a4cb72aab770649f
parent0b30c345f17f928c99660d633147f24f4f0035bd
arch: TheISA shouldn't really ever be used in the arch directory.
We should always refer to the specific ISA in that arch directory.
This is especially necessary if we're ever going to make it to the
point where we actually have heterogeneous systems.
21 files changed:
src/arch/alpha/ev5.cc
src/arch/alpha/idle_event.cc
src/arch/alpha/interrupts.hh
src/arch/alpha/linux/threadinfo.hh
src/arch/alpha/regfile.cc
src/arch/alpha/remote_gdb.cc
src/arch/alpha/stacktrace.cc
src/arch/alpha/stacktrace.hh
src/arch/alpha/tru64/process.cc
src/arch/mips/idle_event.cc
src/arch/mips/linux/threadinfo.hh
src/arch/mips/regfile/misc_regfile.cc
src/arch/mips/stacktrace.cc
src/arch/mips/stacktrace.hh
src/arch/sparc/process.cc
src/arch/sparc/regfile.cc
src/arch/sparc/remote_gdb.cc
src/arch/sparc/stacktrace.cc
src/arch/sparc/stacktrace.hh
src/arch/x86/process.cc
src/arch/x86/remote_gdb.cc