bsps/sparc: Make spurious trap handler function static.

This commit is contained in:
Daniel Cederman
2014-03-21 09:57:23 -05:00
committed by Joel Sherrill
parent a46e02c7ea
commit f23bd591c2
3 changed files with 3 additions and 3 deletions
@@ -118,7 +118,7 @@ void _BSP_Exception_frame_print( const CPU_Exception_frame *frame )
}
}
rtems_isr bsp_spurious_handler(
static rtems_isr bsp_spurious_handler(
rtems_vector_number trap,
CPU_Interrupt_frame *isf
)
@@ -105,7 +105,7 @@ void _BSP_Exception_frame_print( const CPU_Exception_frame *frame )
}
}
rtems_isr bsp_spurious_handler(
static rtems_isr bsp_spurious_handler(
rtems_vector_number trap,
CPU_Interrupt_frame *isf
)
@@ -109,7 +109,7 @@ void _BSP_Exception_frame_print( const CPU_Exception_frame *frame )
}
}
rtems_isr bsp_spurious_handler(
static rtems_isr bsp_spurious_handler(
rtems_vector_number trap,
CPU_Interrupt_frame *isf
)