Hollis Blanchard <[EMAIL PROTECTED]> writes:

> Marco, I believe I addressed all your comments in my mail on 23 Feb
> 2005. I have implemented your suggestions, with the exception of
> checking the device node property lengths, as this requires modifying
> many callers elsewhere in the code.

Ok.  I will test the patch on both of my machines to see if it works
for me.

> I will commit this in a couple days if I don't hear any complaints.

Ok.

> Index: loader/powerpc/ieee1275/linux.c
> ===================================================================
> RCS file: /cvsroot/grub/grub2/loader/powerpc/ieee1275/linux.c,v
> retrieving revision 1.6
> diff -u -p -r1.6 linux.c
> --- loader/powerpc/ieee1275/linux.c   14 Feb 2005 18:41:33 -0000      1.6
> +++ loader/powerpc/ieee1275/linux.c   14 Apr 2005 02:57:01 -0000
> @@ -55,7 +55,7 @@ grub_linux_boot (void)
>    /* Set the command line arguments.  */
>    grub_ieee1275_set_property (chosen, "bootargs", linux_args,
>                             grub_strlen (linux_args) + 1, &actual);
> -  
> +
>    /* Boot the kernel.  */
>    linuxmain = (kernel_entry_t) linux_addr;
>    linuxmain ((void *) initrd_addr, initrd_size, grub_ieee1275_entry_fn, 0, 
> 0);

Can you fix this? :)

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to