Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356314
b: refs/heads/master
c: 52ab532
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Helge Deller committed Feb 20, 2013
1 parent c8d5950 commit ae43716
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 872420b3b869d47b1f1dd93418c34e306d962668
refs/heads/master: 52ab532ea76d30b7e7a7b98021e2e873e83029a5
5 changes: 4 additions & 1 deletion trunk/arch/parisc/kernel/syscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,13 @@ tracesys_next:
LDREG TASK_PT_GR25(%r1), %r25
LDREG TASK_PT_GR24(%r1), %r24
LDREG TASK_PT_GR23(%r1), %r23
#ifdef CONFIG_64BIT
LDREG TASK_PT_GR22(%r1), %r22
LDREG TASK_PT_GR21(%r1), %r21
#ifdef CONFIG_64BIT
ldo -16(%r30),%r29 /* Reference param save area */
#else
stw %r22, -52(%r30) /* 5th argument */
stw %r21, -56(%r30) /* 6th argument */
#endif

comiclr,>>= __NR_Linux_syscalls, %r20, %r0
Expand Down

0 comments on commit ae43716

Please sign in to comment.