Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60528
b: refs/heads/master
c: 0edc4ff
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Jun 14, 2007
1 parent c283c95 commit ab95f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: a3f61dc0a5335334958ec3b97d0b1946b4ae5375
refs/heads/master: 0edc4ffd0e50d1ab0f387d37457210bc8bf8f8da
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,13 @@ int do_signal(sigset_t *oldset, struct pt_regs *regs)
return 0; /* no signals delivered */
}

#ifdef CONFIG_PPC64
/*
* Reenable the DABR before delivering the signal to
* user space. The DABR will have been cleared if it
* triggered inside the kernel.
*/
if (current->thread.dabr)
set_dabr(current->thread.dabr);
#endif

if (is32) {
if (ka.sa.sa_flags & SA_SIGINFO)
Expand Down

0 comments on commit ab95f86

Please sign in to comment.