提交 0fe0965e 编写于 作者: A Alexander Kuleshov 提交者: Jonathan Corbet

Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE

The IRQSTACKSIZE was renamed to the IRQ_STACK_SIZE in the
(26f80bd6 x86-64: Convert irqstacks to per-cpu) commit,
but it still named IRQSTACKSIZE in the documentation. This
patch fixes this.
Signed-off-by: NAlexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 61a88a76
...@@ -16,7 +16,7 @@ associated with each CPU. These stacks are only used while the kernel ...@@ -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 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: 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 Used for external hardware interrupts. If this is the first external
hardware interrupt (i.e. not a nested hardware interrupt) then the hardware interrupt (i.e. not a nested hardware interrupt) then the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册