mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 22:55:36 +08:00
bsps/sparc: Make spurious trap handler function static.
This commit is contained in:
committed by
Joel Sherrill
parent
a46e02c7ea
commit
f23bd591c2
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user