diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog index b881620810..4a57aec828 100644 --- a/cpukit/score/cpu/sparc/ChangeLog +++ b/cpukit/score/cpu/sparc/ChangeLog @@ -1,3 +1,7 @@ +2008-08-04 Joel Sherrill + + * rtems/score/cpu.h: Spacing. + 2008-07-31 Joel Sherrill * rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index a65b560361..cb8ce7e1f7 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -726,6 +726,7 @@ extern void sparc_enable_interrupts(); #define _CPU_ISR_Enable( _level ) \ sparc_enable_interrupts( _level ) + /* * This temporarily restores the interrupt to _level before immediately * disabling them again. This is used to divide long critical