set the softint appropriately on an timer compare interrupt
authorAli Saidi <saidi@eecs.umich.edu>
Fri, 5 Jan 2007 20:04:17 +0000 (15:04 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Fri, 5 Jan 2007 20:04:17 +0000 (15:04 -0500)
commit4a8078192d77f60580a79762156124e6331ea310
treebad8c5223b34589e1d64abe43466bcbac1d659c0
parentb0f11f8f81b114739b70502066b9ff5e9f556b7b
set the softint appropriately on an timer compare interrupt
there is no interrupt_level_0 interrupt, so start the list at 0x40 so the adding is done correctly

src/arch/sparc/faults.cc:
    there is no interrupt_level_0 interrupt, so start the list at 0x40 so the adding is done correctly
src/arch/sparc/faults.hh:
    correct protection defines
src/arch/sparc/ua2005.cc:
    set the softint appropriately on an timer compare interrupt

--HG--
extra : convert_revision : f41c10ec78db973b3f856c70b58a17f83b60bbe2
src/arch/sparc/faults.cc
src/arch/sparc/faults.hh
src/arch/sparc/ua2005.cc