[Cbe-oss-dev] kernel-2.6.20-rc6 on PS3

Edward Strong edo at onkeh.net
Tue Feb 6 06:56:32 EST 2007


Thanks for the advice Geert :) I cloned the git and the patch went on OK
but I seem to have hit a brick wall when the make hits platform/ps3/dt.S. 
Seems I'm missing "dtc".  RPM repos came up with nothing and I had a poke
around Geoff's folder on kernel.org but didn't see anything. Any ideas
where I can get hold of it?

Regards,


> 	Hi,
>
> On Mon, 5 Feb 2007 edo at onkeh.net wrote:
>> Well that's basically everything I need, thanks very much. I'll let you
>> know how I get on.
>
> You need this additional patch, as apparently there's a missing
> parenthesis,
> and I can't fix it myself in the public tree.
>
> diff --git a/drivers/ps3/sys-manager.c b/drivers/ps3/sys-manager.c
> index 214c964..12a57c0 100644
> --- a/drivers/ps3/sys-manager.c
> +++ b/drivers/ps3/sys-manager.c
> @@ -334,7 +334,7 @@ static int ps3_sys_manager_send_response(struct
> ps3_vuart_port_device *dev,
>  	BUILD_BUG_ON(sizeof(payload) != 16);
>
>  	dev_dbg(&dev->core, "%s:%d: (%s)\n", __func__, __LINE__,
> -		(status ? "nak" : "ack");
> +		(status ? "nak" : "ack"));
>
>  	memset(&payload, 0, sizeof(payload));
>  	payload.version = 1;
>
> Gr{oetje,eeting}s,
>
> 						Geert
>
> --
> Geert Uytterhoeven -- Sony Network and Software Technology Center Europe
> (NSCE)
> Geert.Uytterhoeven at sonycom.com ------- The Corporate Village, Da Vincilaan
> 7-D1
> Voice +32-2-7008453 Fax +32-2-7008622 ---------------- B-1935 Zaventem,
> Belgium
>




More information about the cbe-oss-dev mailing list