diff options
Diffstat (limited to 'arch/powerpc/kernel/misc_64.S')
-rw-r--r-- | arch/powerpc/kernel/misc_64.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/kernel/misc_64.S b/arch/powerpc/kernel/misc_64.S index bbb3ba54c51c..a3c491e88a72 100644 --- a/arch/powerpc/kernel/misc_64.S +++ b/arch/powerpc/kernel/misc_64.S | |||
@@ -518,13 +518,6 @@ _GLOBAL(giveup_altivec) | |||
518 | 518 | ||
519 | #endif /* CONFIG_ALTIVEC */ | 519 | #endif /* CONFIG_ALTIVEC */ |
520 | 520 | ||
521 | _GLOBAL(kernel_execve) | ||
522 | li r0,__NR_execve | ||
523 | sc | ||
524 | bnslr | ||
525 | neg r3,r3 | ||
526 | blr | ||
527 | |||
528 | /* kexec_wait(phys_cpu) | 521 | /* kexec_wait(phys_cpu) |
529 | * | 522 | * |
530 | * wait for the flag to change, indicating this kernel is going away but | 523 | * wait for the flag to change, indicating this kernel is going away but |