First Steps in cleaning up MIPS code - This changeset rearranges the files in the...
authorKorey Sewell <ksewell@umich.edu>
Sun, 7 May 2006 22:50:41 +0000 (18:50 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 7 May 2006 22:50:41 +0000 (18:50 -0400)
commit1047215ee58bf2b3df0b5e72f1e97da3891e3ed2
treea8b9941d00c16d0017b1ea9b475fe3f14ee5cd11
parent0930024b886e9102ba73c8e15a81d1e253ff141b
First Steps in cleaning up MIPS code - This changeset rearranges the files in the MIPS directory by moving where constants/types/classes are defined

arch/mips/SConscript:
arch/mips/isa_traits.cc:
arch/mips/isa_traits.hh:
arch/mips/process.cc:
arch/mips/linux/linux.cc:
arch/mips/utility.hh:
arch/mips/linux/process.cc:
arch/mips/int_regfile.hh:
arch/mips/misc_regfile.hh:
arch/mips/regfile.hh:
arch/mips/types.hh:
    MIPS directory rearranging

--HG--
rename : arch/mips/mips_linux.cc => arch/mips/linux/linux.cc
rename : arch/mips/mips_linux.hh => arch/mips/linux/linux.hh
rename : arch/mips/linux_process.cc => arch/mips/linux/process.cc
rename : arch/mips/linux_process.hh => arch/mips/linux/process.hh
extra : convert_revision : 138eee48c8ed75efcf38572f335a556aaec38fc7
17 files changed:
arch/mips/SConscript
arch/mips/int_regfile.hh [new file with mode: 0644]
arch/mips/isa_traits.cc
arch/mips/isa_traits.hh
arch/mips/linux/linux.cc [new file with mode: 0644]
arch/mips/linux/linux.hh [new file with mode: 0644]
arch/mips/linux/process.cc [new file with mode: 0644]
arch/mips/linux/process.hh [new file with mode: 0644]
arch/mips/linux_process.cc [deleted file]
arch/mips/linux_process.hh [deleted file]
arch/mips/mips_linux.cc [deleted file]
arch/mips/mips_linux.hh [deleted file]
arch/mips/misc_regfile.hh [new file with mode: 0644]
arch/mips/process.cc
arch/mips/regfile.hh [new file with mode: 0644]
arch/mips/types.hh [new file with mode: 0644]
arch/mips/utility.hh