Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74401
b: refs/heads/master
c: aeb747a
h: refs/heads/master
i:
  74399: efdc25e
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Nov 26, 2007
1 parent 86915b4 commit f4d6b39
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: dc49cb21801db1f89d74b01a0f38f200aebb3e43
refs/heads/master: aeb747afb3fb1f42d9c82615a103882f7f97f291
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs)
if ((instr & hook->instr_mask) == hook->instr_val &&
(regs->ARM_cpsr & hook->cpsr_mask) == hook->cpsr_val) {
if (hook->fn(regs, instr) == 0) {
spin_unlock_irq(&undef_lock);
spin_unlock_irqrestore(&undef_lock, flags);
return;
}
}
Expand Down

0 comments on commit f4d6b39

Please sign in to comment.