aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/kernel')
-rw-r--r--arch/ppc64/kernel/misc.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/misc.S b/arch/ppc64/kernel/misc.S
index d069bbd7f81f..f9f2131d2fb5 100644
--- a/arch/ppc64/kernel/misc.S
+++ b/arch/ppc64/kernel/misc.S
@@ -740,6 +740,13 @@ _GLOBAL(giveup_altivec)
740_GLOBAL(__setup_cpu_power3) 740_GLOBAL(__setup_cpu_power3)
741 blr 741 blr
742 742
743_GLOBAL(execve)
744 li r0,__NR_execve
745 sc
746 bnslr
747 neg r3,r3
748 blr
749
743/* kexec_wait(phys_cpu) 750/* kexec_wait(phys_cpu)
744 * 751 *
745 * wait for the flag to change, indicating this kernel is going away but 752 * wait for the flag to change, indicating this kernel is going away but