projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae3ae0
)
[ARM] 4840/1: pxa: fix the typo in get_irqnr_and_base
author
eric miao
<eric.y.miao@gmail.com>
Wed, 27 Feb 2008 00:59:28 +0000
(
01:59
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 29 Feb 2008 22:47:23 +0000
(22:47 +0000)
This typo causes the incorrect calculation of the IRQ numbers
in the ICIP2 registers.
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-pxa/entry-macro.S
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-pxa/entry-macro.S
b/include/asm-arm/arch-pxa/entry-macro.S
index b7e730851461d635f38eff192b9ab6011053f98f..c145bb01bc8fa573a6a1884fc37c9b0aae5bbf6d 100644
(file)
--- a/
include/asm-arm/arch-pxa/entry-macro.S
+++ b/
include/asm-arm/arch-pxa/entry-macro.S
@@
-35,7
+35,7
@@
1004:
mrc p6, 0, \irqstat, c6, c0, 0 @ ICIP2
mrc p6, 0, \irqnr, c7, c0, 0 @ ICMR2
- ands \irq
stat
, \irqstat, \irqnr
+ ands \irq
nr
, \irqstat, \irqnr
beq 1003f
rsb \irqstat, \irqnr, #0
and \irqstat, \irqstat, \irqnr