cpu/hotplug: Cleanup state names
[linux-2.6-block.git] / arch / arm / vfp / vfpmodule.c
index 0351f5645fb11c7f086e4ad6ea6ab4e9bdd3cfae..569d5a650a4a2c6266ddf8fc6d38e0cd96b985f6 100644 (file)
@@ -799,7 +799,7 @@ static int __init vfp_init(void)
        }
 
        cpuhp_setup_state_nocalls(CPUHP_AP_ARM_VFP_STARTING,
-                                 "AP_ARM_VFP_STARTING", vfp_starting_cpu,
+                                 "arm/vfp:starting", vfp_starting_cpu,
                                  vfp_dying_cpu);
 
        vfp_vector = vfp_support_entry;