Move around misc reg code
authorGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 15:54:34 +0000 (10:54 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 15:54:34 +0000 (10:54 -0500)
commit694323b7c4922d0591598a0a501ff17f312c5307
tree1fe3b0f6352efa7338470898736d5287cc78bb4f
parent7c5a859243d681407d7cfa99835271e6d3b90338
Move around misc reg code

src/arch/sparc/faults.cc:
    Moved some code here from miscregfile.cc
src/arch/sparc/miscregfile.cc:
    Moved code from here to faults.cc, and merged (read|set)MiscRegWithEffect and it's FS version from ua2005.cc
src/arch/sparc/miscregfile.hh:
    readFSRegWithEffect is no longer a seperate function, and is instead done in the main readRegWith Effect.

--HG--
extra : convert_revision : 0b45f0f78e83929b32ddd2f443c8b1dbf9bc04fb
src/arch/sparc/faults.cc
src/arch/sparc/miscregfile.cc
src/arch/sparc/miscregfile.hh