aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/x86
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2019-05-20 13:52:53 -0700
committerIngo Molnar <mingo@kernel.org>2019-05-24 08:52:54 +0200
commit9db9b76767f133d0e1ce19f01117c83221641899 (patch)
tree8f2923f699604a66b4358327da8ea4b71c1da96e /Documentation/x86
parentx86/asm: Remove unused TASK_TI_flags from asm-offsets.c (diff)
downloadwireguard-linux-9db9b76767f133d0e1ce19f01117c83221641899.tar.xz
wireguard-linux-9db9b76767f133d0e1ce19f01117c83221641899.zip
Documentation/x86: Fix path to entry_32.S
Signed-off-by: Ira Weiny <ira.weiny@intel.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-doc@vger.kernel.org Link: http://lkml.kernel.org/r/20190520205253.23762-1-ira.weiny@intel.com [ Adjusted the patch to the RST conversion. ] Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/x86')
-rw-r--r--Documentation/x86/exception-tables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/exception-tables.rst b/Documentation/x86/exception-tables.rst
index 24596c8210b5..ed6d4b0cf62c 100644
--- a/Documentation/x86/exception-tables.rst
+++ b/Documentation/x86/exception-tables.rst
@@ -35,7 +35,7 @@ page fault handler::
void do_page_fault(struct pt_regs *regs, unsigned long error_code)
in arch/x86/mm/fault.c. The parameters on the stack are set up by
-the low level assembly glue in arch/x86/kernel/entry_32.S. The parameter
+the low level assembly glue in arch/x86/entry/entry_32.S. The parameter
regs is a pointer to the saved registers on the stack, error_code
contains a reason code for the exception.