]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-shmobile/platsmp.c
ARM: mach-shmobile: Allow SoC specific CPU kill code
[karo-tx-linux.git] / arch / arm / mach-shmobile / platsmp.c
index c49a833bf9bbf123d0313390b65ba85c9a9f669c..3f3325d4206d8592ab861ee951267aa83ebeaa3f 100644 (file)
@@ -37,6 +37,11 @@ static void __init shmobile_smp_prepare_cpus(void)
                sh73a0_smp_prepare_cpus();
 }
 
+int shmobile_platform_cpu_kill(unsigned int cpu)
+{
+       return 1;
+}
+
 void __cpuinit platform_secondary_init(unsigned int cpu)
 {
        trace_hardirqs_off();