Re: [PATCH V2 2/2] x86/efi: Move efi__boot_services() to arch/x86

2018-10-29 Thread Thomas Gleixner
On Fri, 26 Oct 2018, Sai Praneeth Prakhya wrote: > efi__boot_services() are x86 specific quirks and as such > should be in asm/efi.h, so move them from linux/efi.h. Also, call > efi_free_boot_services() from __efi_enter_virtual_mode() as it is x86 > specific call and ideally shouldn't be part of

Re: [PATCH V2 2/2] x86/efi: Move efi__boot_services() to arch/x86

2018-10-29 Thread Thomas Gleixner
On Fri, 26 Oct 2018, Sai Praneeth Prakhya wrote: > efi__boot_services() are x86 specific quirks and as such > should be in asm/efi.h, so move them from linux/efi.h. Also, call > efi_free_boot_services() from __efi_enter_virtual_mode() as it is x86 > specific call and ideally shouldn't be part of