commit | 9327e2c6bb8cb0131b38a07847cd58c78dc095e9 | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Thu Oct 24 20:30:18 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Oct 25 11:33:21 2013 +0100 |
tree | a326739547f5521d1c1b2d228081f52466609e6c | |
parent | e8765b265a69c83504afc6901d6e137b1811d1f0 [diff] |
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>