arm64: remove dead-code depending on CONFIG_UP_LATE_INIT
authorJonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Wed, 29 Jul 2015 11:07:57 +0000 (12:07 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 29 Jul 2015 17:32:09 +0000 (18:32 +0100)
commit377bcff9a38a78083d7fff8e8a41cc894cf7813b
treeb244470881c5377f62edf8ff1be616a09bf8c1a2
parent766ffb69803943c2b580a44ac14a189b875d21f6
arm64: remove dead-code depending on CONFIG_UP_LATE_INIT

Commit 4b3dc9679cf7 ("arm64: force CONFIG_SMP=y and remove redundant
and therfore can not be selected anymore.

Remove dead #ifdef-block depending on UP_LATE_INIT in
arch/arm64/kernel/setup.c

Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
[will: kill do_post_cpus_up_work altogether]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/smp_plat.h
arch/arm64/kernel/setup.c
arch/arm64/kernel/smp.c