Implemented the SPARC fill and spill handlers.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 25 Oct 2006 21:49:41 +0000 (17:49 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 25 Oct 2006 21:49:41 +0000 (17:49 -0400)
commite2eef8859b44dbb9d307f6ff50047bdb6b730277
tree673d8f48dcb2287431ca9a42678fae780320ebf0
parent1b1495930c74bab639f0985c2d55f767336aa59b
Implemented the SPARC fill and spill handlers.

src/arch/sparc/faults.cc:
src/arch/sparc/faults.hh:
    Added a function to do normal SPARC trap processing, and implemented the spill and fill faults for SE
src/arch/sparc/process.cc:
src/arch/sparc/process.hh:
    Added fill and spill handlers which are stuffed into the processes address space. The location of these handlers are stored in fillStart and spillStart.

--HG--
extra : convert_revision : 59adb96570cce86f373fbc2c3e4c05abe1742d3b
src/arch/sparc/faults.cc
src/arch/sparc/faults.hh
src/arch/sparc/process.cc
src/arch/sparc/process.hh