Re: [PATCH 1/2] [POWERPC] Remove cmd_line from head*.S

2007-08-23 Thread Milton Miller
On Thu Aug 23 13:27:31 EST 2007, Kumar Gala wrote: > On Aug 22, 2007, at 10:09 PM, Stephen Rothwell wrote: >> >> diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c >> index 0028fe6..dc85005 100644 >> --- a/arch/powerpc/kernel/prom.c >> +++ b/arch/powerpc/kernel/prom.c >> @@ -60,6

[PATCH 1/2] [POWERPC] Remove cmd_line from head*.S

2007-08-22 Thread Stephen Rothwell
It is just a C char array, so declare it thusly. Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- arch/powerpc/kernel/head_32.S|8 arch/powerpc/kernel/head_40x.S |7 --- arch/powerpc/kernel/head_44x.S |8 arch/powerpc/kernel/head_64.S

Re: [PATCH 1/2] [POWERPC] Remove cmd_line from head*.S

2007-08-22 Thread Kumar Gala
On Aug 22, 2007, at 10:09 PM, Stephen Rothwell wrote: > It is just a C char array, so declare it thusly. > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> > --- > arch/powerpc/kernel/head_32.S|8 > arch/powerpc/kernel/head_44x.S |8 > arch/powerpc/ke

Re: [PATCH 1/2] [POWERPC] Remove cmd_line from head*.S

2007-08-22 Thread David Gibson
On Thu, Aug 23, 2007 at 01:09:13PM +1000, Stephen Rothwell wrote: > It is just a C char array, so declare it thusly. > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> -- David Gibson| I'll have my music baroque, and my code da

[PATCH 1/2] [POWERPC] Remove cmd_line from head*.S

2007-08-22 Thread Stephen Rothwell
It is just a C char array, so declare it thusly. Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- arch/powerpc/kernel/head_32.S|8 arch/powerpc/kernel/head_44x.S |8 arch/powerpc/kernel/head_4xx.S |7 --- arch/powerpc/kernel/head_64.S