2010-11-16 18:11:11

by Kees Cook

[permalink] [raw]
Subject: [PATCH] x86: fix included-by file reference comments

Adjust the paths for files that are including verify_cpu.S.

Reported-by: Yinghai Lu <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
---
arch/x86/kernel/verify_cpu.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/x86/kernel/verify_cpu.S b/arch/x86/kernel/verify_cpu.S
index 5644b4b..0edefc1 100644
--- a/arch/x86/kernel/verify_cpu.S
+++ b/arch/x86/kernel/verify_cpu.S
@@ -17,9 +17,9 @@
* file is included at various places and compiled in that context.
* This file is expected to run in 32bit code. Currently:
*
- * arch/x86_64/boot/compressed/head_64.S: Boot cpu verification
- * arch/x86_64/kernel/trampoline_64.S: secondary processor verfication
- * arch/x86_64/kernel/head_32.S: processor startup
+ * arch/x86/boot/compressed/head_64.S: Boot cpu verification
+ * arch/x86/kernel/trampoline_64.S: secondary processor verfication
+ * arch/x86/kernel/head_32.S: processor startup
*
* verify_cpu, returns the status of longmode and SSE in register %eax.
* 0: Success 1: Failure
--
1.7.2.3


2010-11-16 18:16:31

by Pekka Enberg

[permalink] [raw]
Subject: Re: [PATCH] x86: fix included-by file reference comments

On Tue, Nov 16, 2010 at 8:10 PM, Kees Cook <[email protected]> wrote:
> Adjust the paths for files that are including verify_cpu.S.
>
> Reported-by: Yinghai Lu <[email protected]>
> Signed-off-by: Kees Cook <[email protected]>

Acked-by: Pekka Enberg <[email protected]>

2010-11-18 14:07:09

by Kees Cook

[permalink] [raw]
Subject: [tip:x86/cpu] x86: Fix included-by file reference comments

Commit-ID: 79250af2d5953b69380a6319b493862bf4ece972
Gitweb: http://git.kernel.org/tip/79250af2d5953b69380a6319b493862bf4ece972
Author: Kees Cook <[email protected]>
AuthorDate: Tue, 16 Nov 2010 10:10:04 -0800
Committer: Ingo Molnar <[email protected]>
CommitDate: Thu, 18 Nov 2010 09:58:54 +0100

x86: Fix included-by file reference comments

Adjust the paths for files that are including verify_cpu.S.

Reported-by: Yinghai Lu <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Pekka Enberg <[email protected]>
Cc: Alan Cox <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
---
arch/x86/kernel/verify_cpu.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/x86/kernel/verify_cpu.S b/arch/x86/kernel/verify_cpu.S
index 5644b4b..0edefc1 100644
--- a/arch/x86/kernel/verify_cpu.S
+++ b/arch/x86/kernel/verify_cpu.S
@@ -17,9 +17,9 @@
* file is included at various places and compiled in that context.
* This file is expected to run in 32bit code. Currently:
*
- * arch/x86_64/boot/compressed/head_64.S: Boot cpu verification
- * arch/x86_64/kernel/trampoline_64.S: secondary processor verfication
- * arch/x86_64/kernel/head_32.S: processor startup
+ * arch/x86/boot/compressed/head_64.S: Boot cpu verification
+ * arch/x86/kernel/trampoline_64.S: secondary processor verfication
+ * arch/x86/kernel/head_32.S: processor startup
*
* verify_cpu, returns the status of longmode and SSE in register %eax.
* 0: Success 1: Failure