[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9db9b76767f133d0e1ce19f01117c83221641899@git.kernel.org>
Date: Fri, 24 May 2019 01:06:52 -0700
From: tip-bot for Ira Weiny <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, peterz@...radead.org,
mingo@...nel.org, tglx@...utronix.de,
torvalds@...ux-foundation.org, ira.weiny@...el.com, corbet@....net,
hpa@...or.com
Subject: [tip:x86/asm] Documentation/x86: Fix path to entry_32.S
Commit-ID: 9db9b76767f133d0e1ce19f01117c83221641899
Gitweb: https://git.kernel.org/tip/9db9b76767f133d0e1ce19f01117c83221641899
Author: Ira Weiny <ira.weiny@...el.com>
AuthorDate: Mon, 20 May 2019 13:52:53 -0700
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Fri, 24 May 2019 08:52:54 +0200
Documentation/x86: Fix path to entry_32.S
Signed-off-by: Ira Weiny <ira.weiny@...el.com>
Cc: Jonathan Corbet <corbet@....net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-doc@...r.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@...nel.org>
---
Documentation/x86/exception-tables.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
Powered by blists - more mailing lists