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 <rdun...@infradead.org> > > > Signed-off-by: Bhaskar Chowdhury <unixbhas...@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