Kernel - Fixed compilation of x86_64 and armv7
[tpg/acess2.git] / KernelLand / Kernel / arch / armv6 / proc.S
index 1979058..6287314 100644 (file)
@@ -95,6 +95,16 @@ Proc_int_DropToUser:
        cps #16
        mov sp, r1
        mov pc, r0
+.globl User_Signal_Kill
+@ R0: Signal
+User_Signal_Kill:
+       mov r1, r0
+       and r1, 0x00FF
+       or r1, 0x0200
+       mov r0, 0
+       swi 0
+       b .
+
 
 .section .rodata
 csProc_CloneInt_NewTaskMessage:

UCC git Repository :: git.ucc.asn.au