ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 4 Jun 2012 17:57:23 +0000 (10:57 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 4 Jun 2012 17:57:23 +0000 (10:57 -0700)
commit008b17d8161ef1d880347bfbbe49336a1446e56e
tree7b3a159ed5369ae1bfc1c8fedb970e426a77e0c9
parent6437f3f4ee5275f59a4472d95e0abac1a8b82e22
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.

This eliminates a use of the ExtMachInst type outside of the ISAs.
17 files changed:
src/arch/alpha/SConscript
src/arch/alpha/isa_traits.cc [new file with mode: 0644]
src/arch/alpha/isa_traits.hh
src/arch/mips/SConscript
src/arch/mips/isa_traits.cc [new file with mode: 0644]
src/arch/mips/isa_traits.hh
src/arch/power/SConscript
src/arch/power/isa_traits.cc [new file with mode: 0644]
src/arch/power/isa_traits.hh
src/arch/sparc/SConscript
src/arch/sparc/isa_traits.cc [new file with mode: 0644]
src/arch/sparc/isa_traits.hh
src/arch/x86/SConscript
src/arch/x86/isa_traits.cc [new file with mode: 0644]
src/arch/x86/isa_traits.hh
src/arch/x86/x86_traits.hh
src/cpu/o3/fetch_impl.hh