commit | 267840f3397fd9f6a2bdde14de38b9d29d525d7b | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Aug 23 22:20:03 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Oct 17 09:02:43 2011 +0100 |
tree | a668793c8a5ce19ae36721d93c3bfc7c29373b82 | |
parent | d6257288c4052465feeff7e283e35ec0ed06ca03 [diff] |
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>