Re: [PATCH 04/10] i386: make struct linux_kernel_header architecture specific

2018-02-15 Thread Daniel Kiper
On Thu, Feb 01, 2018 at 06:18:52PM +, Leif Lindholm wrote: > struct linux_kernel_header -> struct linux_i386_kernel_header > > Signed-off-by: Leif Lindholm Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://li

[PATCH 04/10] i386: make struct linux_kernel_header architecture specific

2018-02-01 Thread Leif Lindholm
struct linux_kernel_header -> struct linux_i386_kernel_header Signed-off-by: Leif Lindholm --- grub-core/commands/file.c| 2 +- grub-core/loader/i386/linux.c| 2 +- grub-core/loader/i386/pc/linux.c | 6 +++--- grub-core/loader/i386/xen_file.c | 2 +- include/grub/i386/linux.h