Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258184
b: refs/heads/master
c: fbab1c8
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jun 29, 2011
1 parent d1d6184 commit a0baad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: 1613cc1119ecdb1bdb950da53065e615e4c4b8db
refs/heads/master: fbab1c809467efe001194ab8bb17f0f451a17f97
5 changes: 3 additions & 2 deletions trunk/arch/arm/kernel/entry-armv.S
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ __irq_svc:
#endif
ldr r4, [sp, #S_PSR] @ irqs are already disabled
#ifdef CONFIG_TRACE_IRQFLAGS
tst r4, #PSR_I_BIT
bleq trace_hardirqs_on
@ The parent context IRQs must have been enabled to get here in
@ the first place, so there's no point checking the PSR I bit.
bl trace_hardirqs_on
#endif
svc_exit r4 @ return from exception
UNWIND(.fnend )
Expand Down

0 comments on commit a0baad9

Please sign in to comment.