]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7061/1: gic: convert logical CPU numbers into physical numbers
authorWill Deacon <will.deacon@arm.com>
Tue, 23 Aug 2011 21:20:03 +0000 (22:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 8 Sep 2011 09:12:42 +0000 (10:12 +0100)
commit146ca129f5fd3c868c8d452bfc46428d9b5da176
treeafe1031dc8fda157db8903fa88f64cdf65b690ab
parent0367a91badb3b521dc6474ecd3c99589a356f6e0
ARM: 7061/1: gic: convert logical CPU numbers into physical numbers

The GIC driver must convert logical CPU numbers passed in from Linux
into physical CPU numbers that are understood by the hardware.

This patch uses the new cpu_logical_map macro for performing the
conversion inside the GIC driver.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/gic.c