Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Fri, 21 Aug 2015 09:19:06 +0000 (15:19 +0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 24 Aug 2015 17:42:41 +0000 (11:42 -0600)
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>
Documentation/x86/kernel-stacks

index 0f3a6c20194326e9880bfea3c9ee78d0c8c89e65..9a0aa4d3a866938170c1b652577c9ed9d69aab29 100644 (file)
@@ -16,7 +16,7 @@ associated with each CPU.  These stacks are only used while the kernel
 is in control on that CPU; when a CPU returns to user space the
 specialized stacks contain no useful data.  The main CPU stacks are:
 
-* Interrupt stack.  IRQSTACKSIZE
+* Interrupt stack.  IRQ_STACK_SIZE
 
   Used for external hardware interrupts.  If this is the first external
   hardware interrupt (i.e. not a nested hardware interrupt) then the