linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch: x86: boot: compressed: Fix a typo in the file head_64.S
@ 2021-03-09  3:20 Bhaskar Chowdhury
  2021-03-09  3:48 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-09  3:20 UTC (permalink / raw)
  To: tglx, mingo, bp, x86, hpa, nivedita, keescook, jroedel, ardb,
	unixbhaskar, ubizjak, linux-kernel
  Cc: rdunlap



s/performend/performed/


Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/x86/boot/compressed/head_64.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S
index e94874f4bbc1..a8c4095ee115 100644
--- a/arch/x86/boot/compressed/head_64.S
+++ b/arch/x86/boot/compressed/head_64.S
@@ -231,7 +231,7 @@ SYM_FUNC_START(startup_32)
 	/*
 	 * Setup for the jump to 64bit mode
 	 *
-	 * When the jump is performend we will be in long mode but
+	 * When the jump is performed we will be in long mode but
 	 * in 32bit compatibility mode with EFER.LME = 1, CS.L = 0, CS.D = 1
 	 * (and in turn EFER.LMA = 1).	To jump into 64bit mode we use
 	 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
--
2.30.1


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

* Re: [PATCH] arch: x86: boot: compressed: Fix a typo in the file head_64.S
  2021-03-09  3:20 [PATCH] arch: x86: boot: compressed: Fix a typo in the file head_64.S Bhaskar Chowdhury
@ 2021-03-09  3:48 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-09  3:48 UTC (permalink / raw)
  To: Bhaskar Chowdhury, tglx, mingo, bp, x86, hpa, nivedita, keescook,
	jroedel, ardb, ubizjak, linux-kernel

On 3/8/21 7:20 PM, Bhaskar Chowdhury wrote:
> 
> 
> s/performend/performed/

Subject: does not need "arch: " in it. Check git log for other
x86 commits to see how they look.

With that fixed:

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> 
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/x86/boot/compressed/head_64.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S
> index e94874f4bbc1..a8c4095ee115 100644
> --- a/arch/x86/boot/compressed/head_64.S
> +++ b/arch/x86/boot/compressed/head_64.S
> @@ -231,7 +231,7 @@ SYM_FUNC_START(startup_32)
>  	/*
>  	 * Setup for the jump to 64bit mode
>  	 *
> -	 * When the jump is performend we will be in long mode but
> +	 * When the jump is performed we will be in long mode but
>  	 * in 32bit compatibility mode with EFER.LME = 1, CS.L = 0, CS.D = 1
>  	 * (and in turn EFER.LMA = 1).	To jump into 64bit mode we use
>  	 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
> --


-- 
~Randy

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

end of thread, other threads:[~2021-03-09  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  3:20 [PATCH] arch: x86: boot: compressed: Fix a typo in the file head_64.S Bhaskar Chowdhury
2021-03-09  3:48 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).