* [PATCH] doc/x86/entry_64.txt: Use correct path names
@ 2015-07-01 20:13 James C Boyd
2015-07-03 7:50 ` [tip:x86/urgent] x86/asm/entry/64: Update " tip-bot for James C Boyd
0 siblings, 1 reply; 2+ messages in thread
From: James C Boyd @ 2015-07-01 20:13 UTC (permalink / raw)
To: tglx, mingo, hpa, corbet, x86; +Cc: linux-kernel, linux-doc, trivial
The paths mentioned in this file weren't updated
through some file rename commits.
Fix them to refer to the correct path.
Signed-off-by: James C Boyd <jcboyd.dev@gmail.com>
---
Documentation/x86/entry_64.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/x86/entry_64.txt b/Documentation/x86/entry_64.txt
index 33884d1..c1df8eb 100644
--- a/Documentation/x86/entry_64.txt
+++ b/Documentation/x86/entry_64.txt
@@ -1,14 +1,14 @@
This file documents some of the kernel entries in
-arch/x86/kernel/entry_64.S. A lot of this explanation is adapted from
+arch/x86/entry/entry_64.S. A lot of this explanation is adapted from
an email from Ingo Molnar:
http://lkml.kernel.org/r/<20110529191055.GC9835%40elte.hu>
The x86 architecture has quite a few different ways to jump into
kernel code. Most of these entry points are registered in
-arch/x86/kernel/traps.c and implemented in arch/x86/kernel/entry_64.S
-for 64-bit, arch/x86/kernel/entry_32.S for 32-bit and finally
-arch/x86/ia32/ia32entry.S which implements the 32-bit compatibility
+arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S
+for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally
+arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility
syscall entry points and thus provides for 32-bit processes the
ability to execute syscalls when running on 64-bit kernels.
--
2.4.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/urgent] x86/asm/entry/64: Update path names
2015-07-01 20:13 [PATCH] doc/x86/entry_64.txt: Use correct path names James C Boyd
@ 2015-07-03 7:50 ` tip-bot for James C Boyd
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for James C Boyd @ 2015-07-03 7:50 UTC (permalink / raw)
To: linux-tip-commits
Cc: mingo, peterz, linux-kernel, hpa, tglx, jcboyd.dev, torvalds
Commit-ID: 864d5bb957138d1ed9641a5eff7849a56ddadc16
Gitweb: http://git.kernel.org/tip/864d5bb957138d1ed9641a5eff7849a56ddadc16
Author: James C Boyd <jcboyd.dev@gmail.com>
AuthorDate: Wed, 1 Jul 2015 15:13:26 -0500
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 2 Jul 2015 11:08:50 +0200
x86/asm/entry/64: Update path names
The paths mentioned in this file weren't updated through some file
rename commits. Fix them to refer to the correct path.
Signed-off-by: James C Boyd <jcboyd.dev@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: corbet@lwn.net
Cc: trivial@kernel.org
Link: http://lkml.kernel.org/r/1435781606-3037-1-git-send-email-jcboyd.dev@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
Documentation/x86/entry_64.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/x86/entry_64.txt b/Documentation/x86/entry_64.txt
index 33884d1..c1df8eb 100644
--- a/Documentation/x86/entry_64.txt
+++ b/Documentation/x86/entry_64.txt
@@ -1,14 +1,14 @@
This file documents some of the kernel entries in
-arch/x86/kernel/entry_64.S. A lot of this explanation is adapted from
+arch/x86/entry/entry_64.S. A lot of this explanation is adapted from
an email from Ingo Molnar:
http://lkml.kernel.org/r/<20110529191055.GC9835%40elte.hu>
The x86 architecture has quite a few different ways to jump into
kernel code. Most of these entry points are registered in
-arch/x86/kernel/traps.c and implemented in arch/x86/kernel/entry_64.S
-for 64-bit, arch/x86/kernel/entry_32.S for 32-bit and finally
-arch/x86/ia32/ia32entry.S which implements the 32-bit compatibility
+arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S
+for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally
+arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility
syscall entry points and thus provides for 32-bit processes the
ability to execute syscalls when running on 64-bit kernels.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-03 7:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01 20:13 [PATCH] doc/x86/entry_64.txt: Use correct path names James C Boyd
2015-07-03 7:50 ` [tip:x86/urgent] x86/asm/entry/64: Update " tip-bot for James C Boyd
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