* [PATCH] x86/kernel/head_64: fix path in comments
@ 2015-01-27 18:16 Alexander Kuleshov
2015-02-19 0:28 ` [tip:x86/asm] x86/asm/boot: Fix " tip-bot for Alexander Kuleshov
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuleshov @ 2015-01-27 18:16 UTC (permalink / raw)
To: Thomas Gleixner, H. Peter Anvin, Martin Mares, Ingo Molnar
Cc: x86, linux-kernel, Alexander Kuleshov
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
arch/x86/kernel/head_64.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index a468c0a..6975f5d 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -1,5 +1,5 @@
/*
- * linux/arch/x86_64/kernel/head.S -- start in 32bit and switch to 64bit
+ * linux/arch/x86/kernel/head_64.S -- start in 32bit and switch to 64bit
*
* Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE
* Copyright (C) 2000 Pavel Machek <pavel@suse.cz>
@@ -56,7 +56,7 @@ startup_64:
* %rsi holds a physical pointer to real_mode_data.
*
* We come here either directly from a 64bit bootloader, or from
- * arch/x86_64/boot/compressed/head.S.
+ * arch/x86/boot/compressed/head_64.S.
*
* We only come here initially at boot nothing else comes here.
*
--
2.3.0-rc1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/asm] x86/asm/boot: Fix path in comments
2015-01-27 18:16 [PATCH] x86/kernel/head_64: fix path in comments Alexander Kuleshov
@ 2015-02-19 0:28 ` tip-bot for Alexander Kuleshov
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Alexander Kuleshov @ 2015-02-19 0:28 UTC (permalink / raw)
To: linux-tip-commits; +Cc: hpa, tglx, kuleshovmail, linux-kernel, mingo, mj
Commit-ID: 5b171e8218044d3c951d20a39512df861e349722
Gitweb: http://git.kernel.org/tip/5b171e8218044d3c951d20a39512df861e349722
Author: Alexander Kuleshov <kuleshovmail@gmail.com>
AuthorDate: Wed, 28 Jan 2015 00:16:28 +0600
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 19 Feb 2015 00:03:30 +0100
x86/asm/boot: Fix path in comments
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: Martin Mares <mj@ucw.cz>
Link: http://lkml.kernel.org/r/1422382588-10367-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/kernel/head_64.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index a468c0a..6975f5d 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -1,5 +1,5 @@
/*
- * linux/arch/x86_64/kernel/head.S -- start in 32bit and switch to 64bit
+ * linux/arch/x86/kernel/head_64.S -- start in 32bit and switch to 64bit
*
* Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE
* Copyright (C) 2000 Pavel Machek <pavel@suse.cz>
@@ -56,7 +56,7 @@ startup_64:
* %rsi holds a physical pointer to real_mode_data.
*
* We come here either directly from a 64bit bootloader, or from
- * arch/x86_64/boot/compressed/head.S.
+ * arch/x86/boot/compressed/head_64.S.
*
* We only come here initially at boot nothing else comes here.
*
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-19 0:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-27 18:16 [PATCH] x86/kernel/head_64: fix path in comments Alexander Kuleshov
2015-02-19 0:28 ` [tip:x86/asm] x86/asm/boot: Fix " tip-bot for Alexander Kuleshov
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