Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233490
b: refs/heads/master
c: 5339905
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 21, 2011
1 parent 47f1a76 commit 1b2afdd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dc810efb0ca5702c9d96782b99282d4b4383e877
refs/heads/master: 53399053eb505cf541b2405bd9d9bca5ecfb96fb
4 changes: 3 additions & 1 deletion trunk/arch/arm/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,9 @@ setup_return(struct pt_regs *regs, struct k_sigaction *ka,
unsigned long handler = (unsigned long)ka->sa.sa_handler;
unsigned long retcode;
int thumb = 0;
unsigned long cpsr = regs->ARM_cpsr & ~PSR_f;
unsigned long cpsr = regs->ARM_cpsr & ~(PSR_f | PSR_E_BIT);

cpsr |= PSR_ENDSTATE;

/*
* Maybe we need to deliver a 32-bit signal to a 26-bit task.
Expand Down

0 comments on commit 1b2afdd

Please sign in to comment.