All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE
@ 2015-08-21  9:19 Alexander Kuleshov
  2015-08-24 17:44 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuleshov @ 2015-08-21  9:19 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: x86, linux-kernel, Alexander Kuleshov

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>
---
 Documentation/x86/kernel-stacks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/kernel-stacks b/Documentation/x86/kernel-stacks
index 0f3a6c2..9a0aa4d 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
 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
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE
  2015-08-21  9:19 [PATCH] Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE Alexander Kuleshov
@ 2015-08-24 17:44 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2015-08-24 17:44 UTC (permalink / raw)
  To: Alexander Kuleshov
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, linux-kernel

On Fri, 21 Aug 2015 15:19:06 +0600
Alexander Kuleshov <kuleshovmail@gmail.com> wrote:

> 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.

Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-24 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21  9:19 [PATCH] Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE Alexander Kuleshov
2015-08-24 17:44 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.