]> 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>
Mon, 12 Sep 2011 07:55:45 +0000 (08:55 +0100)
commitb166bc3be08b744d2f4b14921a1efee14906b383
tree4ab4786b30f899d4bb3a53123ee8b53f059ea715
parent573c08ff80ba5fa1ea74b285fc3499e2127a65c8
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