From: Hu Tao Date: Thu, 8 Aug 2013 05:51:09 +0000 (-0700) Subject: doc: fix a typo about irq affinity X-Git-Tag: firefly_0821_release~176^2~5412^2~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=884ad3f167f547cb7eafdaa69c2cae9c7771cf53;p=firefly-linux-kernel-4.4.55.git doc: fix a typo about irq affinity 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 Acked-by: Rob Landley Signed-off-by: Jiri Kosina --- diff --git a/Documentation/IRQ-affinity.txt b/Documentation/IRQ-affinity.txt index 7890fae18529..01a675175a36 100644 --- a/Documentation/IRQ-affinity.txt +++ b/Documentation/IRQ-affinity.txt @@ -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