Loading arch/arc/kernel/entry-arcv2.S +2 −7 Original line number Original line Diff line number Diff line Loading @@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs .section .text, "ax",@progbits .section .text, "ax",@progbits res_service: ; processor restart reserved: flag 0x1 ; not implemented flag 1 ; Unexpected event, halt nop nop reserved: ; processor restart rtie ; jump to processor initializations ;##################### Interrupt Handling ############################## ;##################### Interrupt Handling ############################## Loading Loading
arch/arc/kernel/entry-arcv2.S +2 −7 Original line number Original line Diff line number Diff line Loading @@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs .section .text, "ax",@progbits .section .text, "ax",@progbits res_service: ; processor restart reserved: flag 0x1 ; not implemented flag 1 ; Unexpected event, halt nop nop reserved: ; processor restart rtie ; jump to processor initializations ;##################### Interrupt Handling ############################## ;##################### Interrupt Handling ############################## Loading