Inconcequential changes to ARM proc.S (syntax hilighting)
authorJohn Hodge <[email protected]>
Fri, 20 Apr 2012 14:20:15 +0000 (22:20 +0800)
committerJohn Hodge <[email protected]>
Fri, 20 Apr 2012 14:20:15 +0000 (22:20 +0800)
KernelLand/Kernel/arch/armv7/proc.S

index 8711dee..1979058 100644 (file)
@@ -49,9 +49,8 @@ SwitchTask:
 #      mov r1, #1
        mcrne p15, 0, r1, c8, c7, 0     @ TLBIALL - Invalid user space
 
-       @ Restore SP
+       @ Restore state
        mov sp, r0
-
        bx r2
 
 .return:
@@ -102,3 +101,5 @@ csProc_CloneInt_NewTaskMessage:
        .asciz "New task PC=%p, R4=%p, sp=%p"
 csProc_CloneInt_OldTaskMessage:
        .asciz "Parent task PC=%p, R4=%p, SP=%p"
+
+@ vim: ft=armv7

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