Pushed most of constants.hh back into isa_traits.hh and regfile.hh and created a...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 11 Aug 2006 23:43:10 +0000 (19:43 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 11 Aug 2006 23:43:10 +0000 (19:43 -0400)
commit800e6ecc07d01c49808cc4f9597d94cc8cfd9fae
treebdc05bad76c4a757533cccb5002dadc15eca0456
parentf612f09669310359d6a194645b00e32a3921283b
Pushed most of constants.hh back into isa_traits.hh and regfile.hh and created a seperate file for the syscallreturn class.

--HG--
extra : convert_revision : 9507ea1c09fda959f00aec9ec8ffb887ec8dd0f9
37 files changed:
src/arch/SConscript
src/arch/alpha/isa_traits.hh
src/arch/alpha/process.cc
src/arch/alpha/regfile.hh
src/arch/alpha/syscallreturn.hh [new file with mode: 0644]
src/arch/alpha/types.hh
src/arch/alpha/utility.hh
src/arch/mips/isa_traits.cc
src/arch/mips/isa_traits.hh
src/arch/mips/regfile.hh [new file with mode: 0644]
src/arch/mips/regfile/float_regfile.hh
src/arch/mips/regfile/int_regfile.hh
src/arch/mips/regfile/misc_regfile.hh
src/arch/mips/regfile/regfile.hh
src/arch/mips/syscallreturn.hh [new file with mode: 0644]
src/arch/mips/types.hh
src/arch/mips/utility.hh
src/arch/sparc/SConscript
src/arch/sparc/floatregfile.cc [new file with mode: 0644]
src/arch/sparc/floatregfile.hh [new file with mode: 0644]
src/arch/sparc/intregfile.cc [new file with mode: 0644]
src/arch/sparc/intregfile.hh [new file with mode: 0644]
src/arch/sparc/isa_traits.hh
src/arch/sparc/miscregfile.cc [new file with mode: 0644]
src/arch/sparc/miscregfile.hh [new file with mode: 0644]
src/arch/sparc/regfile.cc [new file with mode: 0644]
src/arch/sparc/regfile.hh
src/arch/sparc/syscallreturn.hh [new file with mode: 0644]
src/arch/sparc/types.hh [new file with mode: 0644]
src/cpu/checker/thread_context.hh
src/cpu/o3/alpha/thread_context.hh
src/cpu/o3/mips/thread_context.hh
src/cpu/simple_thread.hh
src/cpu/static_inst.hh
src/cpu/thread_context.hh
src/mem/page_table.hh
src/mem/request.hh