arm64: remove dead-code depending on CONFIG_UP_LATE_INIT

Commit 4b3dc9679c ("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>
This commit is contained in:
Jonas Rabenstein
2015-07-29 12:07:57 +01:00
committed by Will Deacon
parent 766ffb6980
commit 377bcff9a3
3 changed files with 14 additions and 28 deletions

View File

@@ -56,6 +56,4 @@ static inline int get_logical_index(u64 mpidr)
return -EINVAL;
}
void __init do_post_cpus_up_work(void);
#endif /* __ASM_SMP_PLAT_H */