diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2015-08-21 05:19:06 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-08-24 13:42:41 -0400 |
commit | 0fe0965e63c80dbc4bb005253ecff3494cbefc04 (patch) | |
tree | 8f2952f68b9ce1aeb2208a69f303b3a502e25927 | |
parent | 61a88a76b43ce35254415821047aeefde3f656a9 (diff) |
Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE
The IRQSTACKSIZE was renamed to the IRQ_STACK_SIZE in the
(26f80bd6a9 x86-64: Convert irqstacks to per-cpu) commit,
but it still named IRQSTACKSIZE in the documentation. This
patch fixes this.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/x86/kernel-stacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/kernel-stacks b/Documentation/x86/kernel-stacks index 0f3a6c201943..9a0aa4d3a866 100644 --- a/Documentation/x86/kernel-stacks +++ b/Documentation/x86/kernel-stacks | |||
@@ -16,7 +16,7 @@ associated with each CPU. These stacks are only used while the kernel | |||
16 | is in control on that CPU; when a CPU returns to user space the | 16 | is in control on that CPU; when a CPU returns to user space the |
17 | specialized stacks contain no useful data. The main CPU stacks are: | 17 | specialized stacks contain no useful data. The main CPU stacks are: |
18 | 18 | ||
19 | * Interrupt stack. IRQSTACKSIZE | 19 | * Interrupt stack. IRQ_STACK_SIZE |
20 | 20 | ||
21 | Used for external hardware interrupts. If this is the first external | 21 | Used for external hardware interrupts. If this is the first external |
22 | hardware interrupt (i.e. not a nested hardware interrupt) then the | 22 | hardware interrupt (i.e. not a nested hardware interrupt) then the |