aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/smp_plat.h
diff options
context:
space:
mode:
authorJonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>2015-07-29 12:07:57 +0100
committerWill Deacon <will.deacon@arm.com>2015-07-29 18:32:09 +0100
commit377bcff9a38a78083d7fff8e8a41cc894cf7813b (patch)
treeb244470881c5377f62edf8ff1be616a09bf8c1a2 /arch/arm64/include/asm/smp_plat.h
parentarm64: pgtable: fix definition of pte_valid (diff)
downloadlinux-dev-377bcff9a38a78083d7fff8e8a41cc894cf7813b.tar.xz
linux-dev-377bcff9a38a78083d7fff8e8a41cc894cf7813b.zip
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>
Diffstat (limited to 'arch/arm64/include/asm/smp_plat.h')
-rw-r--r--arch/arm64/include/asm/smp_plat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/smp_plat.h b/arch/arm64/include/asm/smp_plat.h
index 7abf7570c00f..af58dcdefb21 100644
--- a/arch/arm64/include/asm/smp_plat.h
+++ b/arch/arm64/include/asm/smp_plat.h
@@ -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 */