Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10455
b: refs/heads/master
c: a999cb0
h: refs/heads/master
i:
  10453: 25e8c62
  10451: aa0d8f9
  10447: 0610a1b
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Oct 28, 2005
1 parent 95cd834 commit 14e3d86
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: dd5b295ff880d5a0699a52f84106f16702c298f2
refs/heads/master: a999cb04b4bfb4a2243383f00d5714b8d7163035
4 changes: 3 additions & 1 deletion trunk/arch/arm/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,9 @@ static int bad_syscall(int n, struct pt_regs *regs)
struct thread_info *thread = current_thread_info();
siginfo_t info;

if (current->personality != PER_LINUX && thread->exec_domain->handler) {
if (current->personality != PER_LINUX &&
current->personality != PER_LINUX_32BIT &&
thread->exec_domain->handler) {
thread->exec_domain->handler(n, regs);
return regs->ARM_r0;
}
Expand Down

0 comments on commit 14e3d86

Please sign in to comment.