Skip to content

Commit

Permalink
Documentation: cpu-hotplug: Fix sysfs mount instructions
Browse files Browse the repository at this point in the history
The instructions for mounting sysfs are inconsistent in instructing to
create the directory '/sysfs' but then mounting sysfs to /sys.
Also, indentation is slightly off.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
sorenb-xlnx authored and Jonathan Corbet committed Dec 10, 2015
1 parent aecd89e commit aa13a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/cpu-hotplug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ an entry as shown below in the output.

If this is not mounted, do the following.

#mkdir /sysfs
#mkdir /sys
#mount -t sysfs sys /sys

Now you should see entries for all present cpu, the following is an example
Expand Down

0 comments on commit aa13a96

Please sign in to comment.