doc: fix a typo about irq affinity
authorHu Tao <hutao@cn.fujitsu.com>
Thu, 8 Aug 2013 05:51:09 +0000 (22:51 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Aug 2013 10:59:18 +0000 (12:59 +0200)
smp_affinity holds bitmask and smp_affinity_list holds list. So we
should write a list to smp_affinity_list, instead of smp_affinity.

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/IRQ-affinity.txt

index 7890fae..01a6751 100644 (file)
@@ -57,8 +57,8 @@ i.e counters for the CPU0-3 did not change.
 
 Here is an example of limiting that same irq (44) to cpus 1024 to 1031:
 
-[root@moon 44]# echo 1024-1031 > smp_affinity
-[root@moon 44]# cat smp_affinity
+[root@moon 44]# echo 1024-1031 > smp_affinity_list
+[root@moon 44]# cat smp_affinity_list
 1024-1031
 
 Note that to do this with a bitmask would require 32 bitmasks of zero