On Mon, Apr 16, 2007 at 12:49:43PM +0530, [EMAIL PROTECTED] wrote:
> Files modified 
> 
> arch/i386/boot/compressed/relocs.c
> arch/i386/kernel/vmi.c
> 
> As suggested by Jeff Garzik, 
> ----
> >The string form [const] char *foo = "blah";
> >creates two variables in the final assembly output, a static string,
> >and
> >a char pointer to the static string. The alternate string form
> >[const] char foo[] = "blah"; is better because it declares a single
> >variable.
> ------
> 
> Cleaned up for the new modifications. 
> 
> 
> Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]>

Looks find to me.

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

_______________________________________________
fastboot mailing list
fastboot@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/fastboot

Reply via email to