mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation/x86: Fix path to entry_32.S
@ 2019-05-20 20:52 ira.weiny
  2019-05-24  8:06 ` [tip:x86/asm] " tip-bot for Ira Weiny
  0 siblings, 1 reply; 2+ messages in thread
From: ira.weiny @ 2019-05-20 20:52 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: x86, linux-kernel, linux-doc, Ira Weiny

From: Ira Weiny <ira.weiny@intel.com>

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
---
 Documentation/x86/exception-tables.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/exception-tables.txt b/Documentation/x86/exception-tables.txt
index e396bcd8d830..001c0f1ad935 100644
--- a/Documentation/x86/exception-tables.txt
+++ b/Documentation/x86/exception-tables.txt
@@ -30,7 +30,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.
 
-- 
2.20.1


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

* [tip:x86/asm] Documentation/x86: Fix path to entry_32.S
  2019-05-20 20:52 [PATCH] Documentation/x86: Fix path to entry_32.S ira.weiny
@ 2019-05-24  8:06 ` tip-bot for Ira Weiny
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ira Weiny @ 2019-05-24  8:06 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, peterz, mingo, tglx, torvalds, ira.weiny, corbet, hpa

Commit-ID:  9db9b76767f133d0e1ce19f01117c83221641899
Gitweb:     https://git.kernel.org/tip/9db9b76767f133d0e1ce19f01117c83221641899
Author:     Ira Weiny <ira.weiny@intel.com>
AuthorDate: Mon, 20 May 2019 13:52:53 -0700
Committer:  Ingo Molnar <mingo@kernel.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@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>
---
 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.
 

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

end of thread, other threads:[~2019-05-24  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 20:52 [PATCH] Documentation/x86: Fix path to entry_32.S ira.weiny
2019-05-24  8:06 ` [tip:x86/asm] " tip-bot for Ira Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome