diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-per-CPU-kthreads.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-per-CPU-kthreads.txt b/Documentation/kernel-per-CPU-kthreads.txt index f4cbfe0ba108..edec3a3e648d 100644 --- a/Documentation/kernel-per-CPU-kthreads.txt +++ b/Documentation/kernel-per-CPU-kthreads.txt | |||
@@ -90,7 +90,7 @@ BLOCK_SOFTIRQ: Do all of the following: | |||
90 | from being initiated from tasks that might run on the CPU to | 90 | from being initiated from tasks that might run on the CPU to |
91 | be de-jittered. (It is OK to force this CPU offline and then | 91 | be de-jittered. (It is OK to force this CPU offline and then |
92 | bring it back online before you start your application.) | 92 | bring it back online before you start your application.) |
93 | BLOCK_IOPOLL_SOFTIRQ: Do all of the following: | 93 | IRQ_POLL_SOFTIRQ: Do all of the following: |
94 | 1. Force block-device interrupts onto some other CPU. | 94 | 1. Force block-device interrupts onto some other CPU. |
95 | 2. Initiate any block I/O and block-I/O polling on other CPUs. | 95 | 2. Initiate any block I/O and block-I/O polling on other CPUs. |
96 | 3. Once your application has started, prevent CPU-hotplug operations | 96 | 3. Once your application has started, prevent CPU-hotplug operations |