commit | 38e0533ce87a58e25f959e6d0958478b6a137794 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Thu Sep 28 20:40:50 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Sep 28 20:48:49 2006 +0100 |
tree | c9c1f02946b3ad39cded1c6ad8d0a815c3f61f41 | |
parent | 1f51c10c5e85050506663bce1d69513eb901db87 [diff] |
[ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23 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>