Re: [patch 2/6] PS3: Remove unused os-area params

2007-10-08 Thread Geoff Levand
Ranulf Doswell wrote: > On 08/10/2007, *Geoff Levand* <[EMAIL PROTECTED] > > wrote: > > Ranulf Doswell wrote: > > > > As these values are correctly populated by the hypervisor from the > > preferences on the standard PS3 OS, it is incredibly useful to >

Re: [patch 2/6] PS3: Remove unused os-area params

2007-10-08 Thread Ranulf Doswell
On 08/10/2007, Geoff Levand <[EMAIL PROTECTED]> wrote: > > Ranulf Doswell wrote: > > > > As these values are correctly populated by the hypervisor from the > > preferences on the standard PS3 OS, it is incredibly useful to have this > > information available. > > No, it is not used, and I never use

Re: [patch 2/6] PS3: Remove unused os-area params

2007-10-08 Thread Geoff Levand
Ranulf Doswell wrote: > On 06/10/2007, [EMAIL PROTECTED] > * <[EMAIL PROTECTED] > > wrote: > >> struct saved_params { >>- /* param 0 */ >> s64 rtc_diff; >> unsigned int av_multi_out; >>- unsigned int ctrl_button; >>- /* para

Re: [patch 2/6] PS3: Remove unused os-area params

2007-10-08 Thread Ranulf Doswell
On 06/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > struct saved_params { >- /* param 0 */ > s64 rtc_diff; > unsigned int av_multi_out; >- unsigned int ctrl_button; >- /* param 1 */ >- u8 static_ip_addr[4]; >- u8 network_mask[4]; >- u8 default_ga

[patch 2/6] PS3: Remove unused os-area params

2007-10-06 Thread geoffrey . levand
Updates for PS3 os-area startup params o Remove some unused PS3 os-area startup params from struct saved_params. o Rename ps3_os_area_init() to ps3_os_area_save_params(). o Zero mirrored header after saving params. Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- arch/powerpc/platforms/ps3/os-