]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/arm/mach-hisi/platsmp.c
ARM: hisi: remove smp from machine descriptor
[linux.git] / arch / arm / mach-hisi / platsmp.c
index ecf7058d5c158a9c01742fb6deb8b803c224fbf8..575dd8285f1fb67b6a7789f8fd27a1613692daf0 100644 (file)
@@ -131,3 +131,6 @@ struct smp_operations hix5hd2_smp_ops __initdata = {
        .cpu_die                = hix5hd2_cpu_die,
 #endif
 };
+
+CPU_METHOD_OF_DECLARE(hi3xxx_smp, "hisilicon,hi3620-smp", &hi3xxx_smp_ops);
+CPU_METHOD_OF_DECLARE(hix5hd2_smp, "hisilicon,hix5hd2-smp", &hix5hd2_smp_ops);