Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211005
b: refs/heads/master
c: 32163f4
h: refs/heads/master
i:
  211003: 3a6741a
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 25, 2010
1 parent cf8a823 commit 72ed9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 77edffb652b33a565e099ff0a1687762f03eb46a
refs/heads/master: 32163f4b2cef28a5aab8b226ffecfc6379a53786
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt, struct thread_info *ti)
dest[27] = pt->r27;
dest[28] = pt->r28;
dest[29] = pt->gp;
dest[30] = rdusp();
dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp;
dest[31] = pt->pc;

/* Once upon a time this was the PS value. Which is stupid
Expand Down

0 comments on commit 72ed9e8

Please sign in to comment.