[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <db632f5a-1d9a-544b-9ec2-8720a6337529@infradead.org>
Date: Mon, 8 Mar 2021 19:48:29 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>, tglx@...utronix.de,
mingo@...hat.com, bp@...en8.de, x86@...nel.org, hpa@...or.com,
nivedita@...m.mit.edu, keescook@...omium.org, jroedel@...e.de,
ardb@...nel.org, ubizjak@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arch: x86: boot: compressed: Fix a typo in the file
head_64.S
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@...radead.org>
>
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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
Powered by blists - more mailing lists