浏览代码

include/linux/cpu.h: Update comments to reflect reality

Two minor changes to comments:

* Remove reference to drivers/base/sys.c, removed in 0a962657.
* CPUs are now exported by sysfs via devices/system/cpu.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Robert P. J. Day 12 年之前
父节点
当前提交
611a75e187
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      include/linux/cpu.h

+ 1 - 2
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_