Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11561
b: refs/heads/master
c: f696012
h: refs/heads/master
i:
  11559: 91685f1
v: v3
  • Loading branch information
Paul Mackerras committed Oct 11, 2005
1 parent 517baf6 commit 0b5a937
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3abec857a0f7491b397a97337cc057b84a1d637a
refs/heads/master: f696012330a67a60a9822ed48d1e9ecba73b4f18
7 changes: 7 additions & 0 deletions trunk/arch/ppc64/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,13 @@ _GLOBAL(giveup_altivec)
_GLOBAL(__setup_cpu_power3)
blr

_GLOBAL(execve)
li r0,__NR_execve
sc
bnslr
neg r3,r3
blr

/* kexec_wait(phys_cpu)
*
* wait for the flag to change, indicating this kernel is going away but
Expand Down

0 comments on commit 0b5a937

Please sign in to comment.