Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321114
b: refs/heads/master
c: c7aa00d
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jul 28, 2012
1 parent d3be7d4 commit 78a7f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6628521784d1da3b7354c6b6e8499e19ab46a3d1
refs/heads/master: c7aa00db074e4961b49277d7d0fc2f5367d914ca
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/entry-common.S
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ __sys_trace:
mov scno, r0 @ syscall number (possibly new)
add r1, sp, #S_R0 + S_OFF @ pointer to regs
cmp scno, #NR_syscalls @ check upper syscall limit
ldmccia r1, {r0 - r3} @ have to reload r0 - r3
ldmccia r1, {r0 - r6} @ have to reload r0 - r6
stmccia sp, {r4, r5} @ and update the stack args
ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
b 2b

Expand Down

0 comments on commit 78a7f83

Please sign in to comment.