Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17144
b: refs/heads/master
c: 623703f
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Paul Mackerras committed Jan 9, 2006
1 parent ca67e6c commit e1cc080
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9687c587596b54a77f08620595f5686ea35eed97
refs/heads/master: 623703f620453c798b6fa3eb79ad8ea27bfd302a
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ save_user_nvgprs_cont:
b 6b

save_user_nvgprs:
ld r8,TI_SIGFRAME(r12)
lwz r8,TI_SIGFRAME(r12)

.macro savewords start, end
1: stw \start,4*(\start)(r8)
Expand All @@ -386,11 +386,11 @@ save_user_nvgprs:

save_user_nvgprs_fault:
li r3,11 /* SIGSEGV */
ld r4,TI_TASK(r12)
lwz r4,TI_TASK(r12)
bl force_sigsegv

rlwinm r12,r1,0,0,(31-THREAD_SHIFT) /* current_thread_info() */
ld r9,TI_FLAGS(r12)
lwz r9,TI_FLAGS(r12)
b save_user_nvgprs_cont

#ifdef SHOW_SYSCALLS
Expand Down

0 comments on commit e1cc080

Please sign in to comment.