forked from Imagelibrary/rtems
arm: Remove unused _ARMV4_Exception_irq_default()
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
.globl _ARMV4_Exception_data_abort_default
|
||||
.globl _ARMV4_Exception_pref_abort_default
|
||||
.globl _ARMV4_Exception_reserved_default
|
||||
.globl _ARMV4_Exception_irq_default
|
||||
.globl _ARMV4_Exception_fiq_default
|
||||
|
||||
.section ".text"
|
||||
@@ -100,16 +99,6 @@ _ARMV4_Exception_reserved_default:
|
||||
|
||||
b save_more_context
|
||||
|
||||
_ARMV4_Exception_irq_default:
|
||||
|
||||
/* Save context and load vector */
|
||||
sub sp, #MORE_CONTEXT_SIZE
|
||||
stmdb sp!, {r0-r12}
|
||||
mov r4, #6
|
||||
mov r5, #ARM_PSR_I
|
||||
|
||||
b save_more_context
|
||||
|
||||
_ARMV4_Exception_fiq_default:
|
||||
|
||||
/* Save context and load vector */
|
||||
|
||||
@@ -79,8 +79,6 @@ void _ARMV4_Exception_pref_abort_default( void );
|
||||
|
||||
void _ARMV4_Exception_reserved_default( void );
|
||||
|
||||
void _ARMV4_Exception_irq_default( void );
|
||||
|
||||
void _ARMV4_Exception_fiq_default( void );
|
||||
|
||||
static inline uint32_t _ARMV4_Status_irq_enable( void )
|
||||
|
||||
Reference in New Issue
Block a user