Skip to content

Commit

Permalink
include/linux/cpu.h: Update comments to reflect reality
Browse files Browse the repository at this point in the history
Two minor changes to comments:

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

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
rpjday authored and Jiri Kosina committed May 28, 2013
1 parent 01462c2 commit 611a75e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 611a75e

Please sign in to comment.