[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preference
From: |
Matthew Garrett |
Subject: |
Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences |
Date: |
Mon, 6 Feb 2012 16:38:14 +0000 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Mon, Feb 06, 2012 at 10:00:30PM +0530, Keshav P R wrote:
> loader/i386/pc/plan9_module-plan9.o `test -f 'loader/i386/pc/plan9.c'
> || echo './'`loader/i386/pc/plan9.c
> loader/i386/pc/plan9.c: In function 'grub_cmd_plan9':
> loader/i386/pc/plan9.c:420:9: error: too few arguments to function
> 'grub_relocator_alloc_chunk_addr'
> ../include/grub/relocator.h:34:1: note: declared here
> loader/i386/pc/plan9.c:451:9: error: too few arguments to function
> 'grub_relocator_alloc_chunk_addr'
> ../include/grub/relocator.h:34:1: note: declared here
> make[3]: *** [loader/i386/pc/plan9_module-plan9.o] Error 1
>
>
> with all the three V2 patches applied in order (didn't try V1). No
> error in x86_64-efi compile.
Sigh. Sorry, I missed that the plan9 loader had been added. Just add a 0
as an additional argument to grub_relocator_alloc_chunk_addr() in
plan9.c.
--
Matthew Garrett | address@hidden
- [PATCH V2 1/3] Update the Linux boot protocol, Matthew Garrett, 2012/02/06
- [PATCH V2 2/3] Add support for avoiding firmware in relocations, Matthew Garrett, 2012/02/06
- [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Matthew Garrett, 2012/02/06
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Keshav P R, 2012/02/06
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Keshav P R, 2012/02/06
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences,
Matthew Garrett <=
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Keshav P R, 2012/02/06
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Keshav P R, 2012/02/06
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Keshav P R, 2012/02/08
- Re: [PATCH V2 3/3] Update Linux loader to follow the kernel's preferences, Keshav P R, 2012/02/08