diff options
Diffstat (limited to 'Documentation/filesystems/proc.txt')
-rw-r--r-- | Documentation/filesystems/proc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index e8d00759bfa5..5b61eeae3f6e 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
@@ -725,7 +725,7 @@ IRQ, you can set it by doing: | |||
725 | > echo 1 > /proc/irq/10/smp_affinity | 725 | > echo 1 > /proc/irq/10/smp_affinity |
726 | 726 | ||
727 | This means that only the first CPU will handle the IRQ, but you can also echo | 727 | This means that only the first CPU will handle the IRQ, but you can also echo |
728 | 5 which means that only the first and fourth CPU can handle the IRQ. | 728 | 5 which means that only the first and third CPU can handle the IRQ. |
729 | 729 | ||
730 | The contents of each smp_affinity file is the same by default: | 730 | The contents of each smp_affinity file is the same by default: |
731 | 731 | ||