[PATCH 1/1] efi/libstub/x86: simplify efi_is_native()

2020-10-02 Thread Heinrich Schuchardt
CONFIG_EFI_MIXED depends on CONFIG_X86_64=y. There is no need to check CONFIG_X86_64 again. Signed-off-by: Heinrich Schuchardt --- arch/x86/include/asm/efi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/include/asm/efi.h b/arch/x86/include/asm/efi.h index b9c2667ac46c..ab28bf1c7

Re: [PATCH 1/1] efi/libstub/x86: simplify efi_is_native()

2020-10-03 Thread Brian Gerst
On Sat, Oct 3, 2020 at 2:05 AM Heinrich Schuchardt wrote: > > CONFIG_EFI_MIXED depends on CONFIG_X86_64=y. > There is no need to check CONFIG_X86_64 again. > > Signed-off-by: Heinrich Schuchardt > --- > arch/x86/include/asm/efi.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/x86

Re: [PATCH 1/1] efi/libstub/x86: simplify efi_is_native()

2020-10-03 Thread Arvind Sankar
On Sat, Oct 03, 2020 at 01:28:18PM -0400, Brian Gerst wrote: > On Sat, Oct 3, 2020 at 2:05 AM Heinrich Schuchardt wrote: > > > > CONFIG_EFI_MIXED depends on CONFIG_X86_64=y. > > There is no need to check CONFIG_X86_64 again. > > > > Signed-off-by: Heinrich Schuchardt > > --- > > arch/x86/include

Re: [PATCH 1/1] efi/libstub/x86: simplify efi_is_native()

2020-10-04 Thread Ard Biesheuvel
On Sat, 3 Oct 2020 at 21:44, Arvind Sankar wrote: > > On Sat, Oct 03, 2020 at 01:28:18PM -0400, Brian Gerst wrote: > > On Sat, Oct 3, 2020 at 2:05 AM Heinrich Schuchardt > > wrote: > > > > > > CONFIG_EFI_MIXED depends on CONFIG_X86_64=y. > > > There is no need to check CONFIG_X86_64 again. > > >

Re: [PATCH 1/1] efi/libstub/x86: simplify efi_is_native()

2020-10-04 Thread Arvind Sankar
On Sun, Oct 04, 2020 at 04:14:11PM +0200, Ard Biesheuvel wrote: > On Sat, 3 Oct 2020 at 21:44, Arvind Sankar wrote: > > > > On Sat, Oct 03, 2020 at 01:28:18PM -0400, Brian Gerst wrote: > > > On Sat, Oct 3, 2020 at 2:05 AM Heinrich Schuchardt > > > wrote: > > > > > > > > CONFIG_EFI_MIXED depends