Got rid of "inPalMode". Some places are still effectively checking if they are in...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 09:25:33 +0000 (04:25 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 09:25:33 +0000 (04:25 -0500)
commit118b9dc1f9e84a12ea26743f6cec1eac5b4ab13a
tree7eb447e419acb3607d7922453b3713696e05acf4
parentc8fc116c7636893517254f785707eba1726d3265
Got rid of "inPalMode". Some places are still effectively checking if they are in PAL mode, however.

--HG--
extra : convert_revision : b52d9642efc474eaf97437fa2df879efefa0062b
23 files changed:
src/arch/alpha/ev5.cc
src/arch/alpha/faults.cc
src/arch/alpha/interrupts.hh
src/cpu/base.hh
src/cpu/checker/cpu.hh
src/cpu/checker/thread_context.hh
src/cpu/o3/alpha/cpu.hh
src/cpu/o3/alpha/cpu_impl.hh
src/cpu/o3/alpha/dyn_inst.hh
src/cpu/o3/alpha/dyn_inst_impl.hh
src/cpu/o3/alpha/thread_context.hh
src/cpu/o3/commit_impl.hh
src/cpu/o3/fetch_impl.hh
src/cpu/ozone/cpu.hh
src/cpu/ozone/dyn_inst.hh
src/cpu/ozone/dyn_inst_impl.hh
src/cpu/ozone/front_end_impl.hh
src/cpu/ozone/inorder_back_end_impl.hh
src/cpu/ozone/lw_back_end_impl.hh
src/cpu/simple/base.cc
src/cpu/simple/base.hh
src/cpu/simple_thread.hh
src/cpu/thread_context.hh