arm64: add CPU_HOTPLUG infrastructure
authorMark Rutland <mark.rutland@arm.com>
Thu, 24 Oct 2013 19:30:18 +0000 (20:30 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 25 Oct 2013 10:33:21 +0000 (11:33 +0100)
commit9327e2c6bb8cb0131b38a07847cd58c78dc095e9
treea326739547f5521d1c1b2d228081f52466609e6c
parente8765b265a69c83504afc6901d6e137b1811d1f0
arm64: add CPU_HOTPLUG infrastructure

This patch adds the basic infrastructure necessary to support
CPU_HOTPLUG on arm64, based on the arm implementation. Actual hotplug
support will depend on an implementation's cpu_operations (e.g. PSCI).

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig
arch/arm64/include/asm/cpu_ops.h
arch/arm64/include/asm/irq.h
arch/arm64/include/asm/smp.h
arch/arm64/kernel/cputable.c
arch/arm64/kernel/irq.c
arch/arm64/kernel/process.c
arch/arm64/kernel/smp.c