OSDN Git Service

powerpc/32: implement fast entry for syscalls on non BOOKE
[android-x86/kernel.git] / arch / powerpc / kernel / head_8xx.S
index 16b4791..885be7f 100644 (file)
@@ -185,8 +185,7 @@ Alignment:
 /* System call */
        . = 0xc00
 SystemCall:
-       EXCEPTION_PROLOG
-       EXC_XFER_SYS(0xc00, DoSyscall)
+       SYSCALL_ENTRY   0xc00
 
 /* Single step - not used on 601 */
        EXCEPTION(0xd00, SingleStep, single_step_exception, EXC_XFER_STD)