Skip to content

Commit

Permalink
Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE
Browse files Browse the repository at this point in the history
The IRQSTACKSIZE was renamed to the IRQ_STACK_SIZE in the
(26f80bd 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>
  • Loading branch information
0xAX authored and Jonathan Corbet committed Aug 24, 2015
1 parent 61a88a7 commit 0fe0965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/x86/kernel-stacks
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fe0965

Please sign in to comment.