diff --git a/include/linux/cpu.h b/include/linux/cpu.h index c6f6e0839b618611723507d4a5dcab33648a9d02..0d868d37bb8e8c5bcb24ab6328980a15fbb9ca56 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -6,9 +6,8 @@ * definitions of processors. * * Basic handling of the devices is done in drivers/base/cpu.c - * and system devices are handled in drivers/base/sys.c. * - * CPUs are exported via sysfs in the class/cpu/devices/ + * CPUs are exported via sysfs in the devices/system/cpu * directory. */ #ifndef _LINUX_CPU_H_