Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d592659 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARCv2: entry: Fix reserved handler

parent 9b28829d
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -57,13 +57,8 @@ VECTOR handle_interrupt ; (23) End of fixed IRQs

	.section .text, "ax",@progbits

res_service:		; processor restart
	flag    0x1     ; not implemented
	nop
	nop

reserved:		; processor restart
	rtie            ; jump to processor initializations
reserved:
	flag 1		; Unexpected event, halt

;##################### Interrupt Handling ##############################