diff options
author | Hu Tao <hutao@cn.fujitsu.com> | 2013-08-07 22:51:09 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 12:59:18 +0200 |
commit | 884ad3f167f547cb7eafdaa69c2cae9c7771cf53 (patch) | |
tree | a773c20ece36e8b232403e4211659f0e8da413b2 /Documentation/IRQ-affinity.txt | |
parent | 03ddcbc5d80443c9e0cf1b263b68b4df9759af18 (diff) | |
download | linux-exynos-884ad3f167f547cb7eafdaa69c2cae9c7771cf53.tar.gz linux-exynos-884ad3f167f547cb7eafdaa69c2cae9c7771cf53.tar.bz2 linux-exynos-884ad3f167f547cb7eafdaa69c2cae9c7771cf53.zip |
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 <hutao@cn.fujitsu.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')
-rw-r--r-- | Documentation/IRQ-affinity.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |