projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] ppc32: add 440ep support
[linux-3.10.git]
/
arch
/
ppc
/
kernel
/
entry.S
diff --git
a/arch/ppc/kernel/entry.S
b/arch/ppc/kernel/entry.S
index
d4df686
..
cb83045
100644
(file)
--- a/
arch/ppc/kernel/entry.S
+++ b/
arch/ppc/kernel/entry.S
@@
-215,6
+215,7
@@
syscall_dotrace_cont:
lwzx r10,r10,r0 /* Fetch system call handler [ptr] */
mtlr r10
addi r9,r1,STACK_FRAME_OVERHEAD
+ PPC440EP_ERR42
blrl /* Call handler */
.globl ret_from_syscall
ret_from_syscall: