bsps/sparc: Make spurious trap handler function static.

This commit is contained in:
Daniel Cederman
2014-03-13 14:21:27 +01:00
committed by Joel Sherrill
parent a46e02c7ea
commit f23bd591c2
3 changed files with 3 additions and 3 deletions

View File

@@ -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, rtems_vector_number trap,
CPU_Interrupt_frame *isf CPU_Interrupt_frame *isf
) )

View File

@@ -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, rtems_vector_number trap,
CPU_Interrupt_frame *isf CPU_Interrupt_frame *isf
) )

View File

@@ -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, rtems_vector_number trap,
CPU_Interrupt_frame *isf CPU_Interrupt_frame *isf
) )