diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-02-15 14:06:18 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-02-15 14:06:18 +0106 |
| commit | 073e5390528473127cc910c01e09a179f914348a (patch) | |
| tree | ce00feea774f3ea26dbc51695fe4c53255f00006 | |
| parent | da438a807679d4b1073a8b0b879a496c8c442279 (diff) | |
linux/processes: add description of why the "cat"
Since the "cat" part isn't really about setting, also mention
that we are verifying.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | linux-basics/linux-processes/pres_linux-processes_en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-basics/linux-processes/pres_linux-processes_en.tex b/linux-basics/linux-processes/pres_linux-processes_en.tex index ea71051..de5227e 100644 --- a/linux-basics/linux-processes/pres_linux-processes_en.tex +++ b/linux-basics/linux-processes/pres_linux-processes_en.tex @@ -274,7 +274,7 @@ Set default IRQ affinity to CPU0 \begin{verbatim} echo 1 > /proc/irq/default_smp_affinity \end{verbatim} -Set affinity for IRQ19 to CPU1 +Set affinity for IRQ19 to CPU1 (and verify) \begin{verbatim} echo 2 > /proc/irq/19/smp_affinity cat /proc/irq/19/effective_affinity |
