diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-01-05 15:04:17 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-01-05 15:04:17 -0500 |
commit | 4a8078192d77f60580a79762156124e6331ea310 (patch) | |
tree | bad8c5223b34589e1d64abe43466bcbac1d659c0 /src/arch/sparc/faults.hh | |
parent | b0f11f8f81b114739b70502066b9ff5e9f556b7b (diff) | |
download | gem5-4a8078192d77f60580a79762156124e6331ea310.tar.xz |
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
Diffstat (limited to 'src/arch/sparc/faults.hh')
-rw-r--r-- | src/arch/sparc/faults.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/sparc/faults.hh b/src/arch/sparc/faults.hh index e632502aa..6b3820ddd 100644 --- a/src/arch/sparc/faults.hh +++ b/src/arch/sparc/faults.hh @@ -29,8 +29,8 @@ * Kevin Lim */ -#ifndef __ALPHA_FAULTS_HH__ -#define __ALPHA_FAULTS_HH__ +#ifndef __SPARC_FAULTS_HH__ +#define __SPARC_FAULTS_HH__ #include "sim/faults.hh" @@ -280,4 +280,4 @@ static inline Fault genAlignmentFault() } // SparcISA namespace -#endif // __FAULTS_HH__ +#endif // __SPARC_FAULTS_HH__ |