grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] set prefix on PPC


From: Marco Gerards
Subject: Re: [patch] set prefix on PPC
Date: Thu, 14 Apr 2005 19:13:32 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

Hollis Blanchard <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]