Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1425058 > unrolled thread

[PATCH] Documentation: Correct result of echnoing 5 to smp_affinity

Started byJohn Kacur <jkacur@redhat.com>
First post2016-06-17 15:10 +0200
Last post2016-06-17 15:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Documentation: Correct result of echnoing 5 to smp_affinity John Kacur <jkacur@redhat.com> - 2016-06-17 15:10 +0200

#1425058 — [PATCH] Documentation: Correct result of echnoing 5 to smp_affinity

FromJohn Kacur <jkacur@redhat.com>
Date2016-06-17 15:10 +0200
Subject[PATCH] Documentation: Correct result of echnoing 5 to smp_affinity
Message-ID<rL1H4-6Xf-31@gated-at.bofh.it>
echo 5 > /proc/irq/10/smp_affinity

means only the first and third (not fourth) cpus can handle irqs
That is, cpu0 is the first cpu and cpu2 is the third cpu

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 Documentation/filesystems/proc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
   > echo 1 > /proc/irq/10/smp_affinity
 
 This means that only the first CPU will handle the IRQ, but you can also echo
-5 which means that only the first and fourth CPU can handle the IRQ.
+5 which means that only the first and third CPU can handle the IRQ.
 
 The contents of each smp_affinity file is the same by default:
 
-- 
2.4.11

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web