summaryrefslogtreecommitdiff
path: root/minix/lib/libc/arch/arm/sys/_do_kernel_call_intr.S
blob: 93b33fc7ef98136931b676e5dfd640a27153e5cd (plain)
1
2
3
4
5
6
7
8
#include <minix/ipcconst.h>
#include <machine/asm.h>

ENTRY(_do_kernel_call_intr)
	/* r0 already holds msg ptr */
	mov	r3, #KERVEC_INTR /* r3 determines the SVC type */
	svc	#0          /* trap to kernel */
	bx	lr