]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: use common reboot infrastructure
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 11 Jul 2013 11:13:00 +0000 (12:13 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 19 Jul 2013 14:57:08 +0000 (15:57 +0100)
commitff701306cd49aaff80fb852323b387812bc76491
treef1a0a512999eca18132e785bf4d05d555fd28417
parentdb6f41063cbdb58b14846e600e6bc3f4e4c2e888
arm64: use common reboot infrastructure

Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum
reboot_mode) changed the way reboot is handled on arm, which has a
direct impact on arm64 as we share the reset driver on the VE platform.

The obvious fix is to move arm64 to use the same infrastructure.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
[catalin.marinas@arm.com: removed reboot_mode = REBOOT_HARD default setting]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/system_misc.h
arch/arm64/kernel/process.c