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:
e119ae9
)
Gic 32 int Bug
author
fang
<fang@fang-desktop.(none)>
Wed, 3 Nov 2010 10:22:49 +0000
(18:22 +0800)
committer
fang
<fang@fang-desktop.(none)>
Wed, 3 Nov 2010 10:22:49 +0000
(18:22 +0800)
arch/arm/mach-rk29/include/mach/entry-macro.S
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/include/mach/entry-macro.S
b/arch/arm/mach-rk29/include/mach/entry-macro.S
index 92676d7160d28d048593d4b6a33ba3f8032a8fd0..9ef5aeae8bc9a321eff11eb6652b6863330b0696 100644
(file)
--- a/
arch/arm/mach-rk29/include/mach/entry-macro.S
+++ b/
arch/arm/mach-rk29/include/mach/entry-macro.S
@@
-51,7
+51,7
@@
bic \irqnr, \irqstat, #0x1c00
- cmp \irqnr, #3
2
+ cmp \irqnr, #3
1
cmpcc \irqnr, \irqnr
cmpne \irqnr, \tmp
cmpcs \irqnr, \irqnr
@@
-66,7
+66,7
@@
.macro test_for_ipi, irqnr, irqstat, base, tmp
bic \irqnr, \irqstat, #0x1c00
- cmp \irqnr, #
16
+ cmp \irqnr, #
31
it cc
strcc \irqstat, [\base, #GIC_CPU_EOI]
it cs
@@
-78,7
+78,7
@@
.macro test_for_ltirq, irqnr, irqstat, base, tmp
bic \irqnr, \irqstat, #0x1c00
mov \tmp, #0
- cmp \irqnr, #3
2
+ cmp \irqnr, #3
1
itt eq
moveq \tmp, #1
streq \irqstat, [\base, #GIC_CPU_EOI]