cpu/hotplug: Cleanup state names
When the state names got added a script was used to add the extra argument to the calls. The script basically converted the state constant to a string, but the cleanup to convert these strings into meaningful ones did not happen. Replace all the useless strings with 'subsys/xxx/yyy:state' strings which are used in all the other places already. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sebastian Siewior <bigeasy@linutronix.de> Link: http://lkml.kernel.org/r/20161221192112.085444152@linutronix.de Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/arm/kernel/smp_twd.c 1 addition, 1 deletionarch/arm/kernel/smp_twd.c
- arch/arm/mach-mvebu/coherency.c 1 addition, 1 deletionarch/arm/mach-mvebu/coherency.c
- arch/arm/mm/cache-l2x0-pmu.c 1 addition, 1 deletionarch/arm/mm/cache-l2x0-pmu.c
- arch/arm/mm/cache-l2x0.c 1 addition, 1 deletionarch/arm/mm/cache-l2x0.c
- arch/arm/vfp/vfpmodule.c 1 addition, 1 deletionarch/arm/vfp/vfpmodule.c
- arch/arm/xen/enlighten.c 1 addition, 1 deletionarch/arm/xen/enlighten.c
- arch/arm64/kernel/armv8_deprecated.c 1 addition, 1 deletionarch/arm64/kernel/armv8_deprecated.c
- arch/arm64/kernel/debug-monitors.c 1 addition, 1 deletionarch/arm64/kernel/debug-monitors.c
- arch/arm64/kernel/hw_breakpoint.c 1 addition, 1 deletionarch/arm64/kernel/hw_breakpoint.c
- arch/blackfin/kernel/perf_event.c 1 addition, 1 deletionarch/blackfin/kernel/perf_event.c
- arch/metag/kernel/perf/perf_event.c 1 addition, 1 deletionarch/metag/kernel/perf/perf_event.c
- arch/mips/kernel/pm-cps.c 1 addition, 1 deletionarch/mips/kernel/pm-cps.c
- arch/mips/oprofile/op_model_loongson3.c 1 addition, 1 deletionarch/mips/oprofile/op_model_loongson3.c
- arch/powerpc/mm/numa.c 1 addition, 1 deletionarch/powerpc/mm/numa.c
- arch/powerpc/perf/core-book3s.c 1 addition, 1 deletionarch/powerpc/perf/core-book3s.c
- arch/s390/kernel/perf_cpum_cf.c 1 addition, 1 deletionarch/s390/kernel/perf_cpum_cf.c
- arch/s390/kernel/perf_cpum_sf.c 1 addition, 1 deletionarch/s390/kernel/perf_cpum_sf.c
- arch/x86/entry/vdso/vma.c 1 addition, 1 deletionarch/x86/entry/vdso/vma.c
- arch/x86/events/amd/ibs.c 1 addition, 1 deletionarch/x86/events/amd/ibs.c
- arch/x86/events/amd/power.c 1 addition, 1 deletionarch/x86/events/amd/power.c
Please register or sign in to comment