git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f51c10
)
[ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 28 Sep 2006 19:40:50 +0000
(20:40 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 28 Sep 2006 19:48:49 +0000
(20:48 +0100)
The demux code for the IRQ EINTs above 3 was
using find last set instead of finding first
set.
Also fix it so that we only check EINT4..7
when the parent EINT4t7 goes off, and the
8..23 when EINT8t23 goes off.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found