[PATCH] arm64: remove dead-code depending on CONFIG_UP_LATE_INIT

2015-07-29 Thread Jonas Rabenstein
Commit 4b3dc9679cf7 ("arm64: force CONFIG_SMP=y and remove redundant #ifdefs") removed UP_LATE_INIT from Kconfig, as it had !SMP as dependency 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

[PATCH] arm64: remove dead-code depending on CONFIG_UP_LATE_INIT

2015-07-29 Thread Jonas Rabenstein
Commit 4b3dc9679cf7 (arm64: force CONFIG_SMP=y and remove redundant #ifdefs) removed UP_LATE_INIT from Kconfig, as it had !SMP as dependency 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