Re: [PATCH 5/5] ACPI: Update the t-state for every affected cpu when t-state is changed

2008-02-04 Thread Len Brown
On Saturday 02 February 2008 05:10, Zhao Yakui wrote: > On Sat, 2008-02-02 at 02:39 -0500, Len Brown wrote: > > On Monday 28 January 2008 00:55, Zhao Yakui wrote: > > > Subject: ACPI : Update the t-state for every affected cpu when t-state is > > > changed > > > >From : Zhao Yakui <[EMAIL PROTECTE

RE: [PATCH 5/5] ACPI: Update the t-state for every affected cpu when t-state is changed

2008-02-02 Thread Zhao, Yakui
drivers/acpi/processor_throttling.c:990: warning: 'ret' may be used uninitialized in this function -Len I will eliminate the warning message and refresh the patch. Thanks. > + for_each_cpu_mask(i, online_throttling_cpus) { > + t_state.cpu = i; > + acpi_processor_thro

Re: [PATCH 5/5] ACPI: Update the t-state for every affected cpu when t-state is changed

2008-02-02 Thread Zhao Yakui
On Sat, 2008-02-02 at 02:39 -0500, Len Brown wrote: > On Monday 28 January 2008 00:55, Zhao Yakui wrote: > > Subject: ACPI : Update the t-state for every affected cpu when t-state is > > changed > > >From : Zhao Yakui <[EMAIL PROTECTED]> > > > > According to ACPI spec, the _TSD object provides T-

Re: [PATCH 5/5] ACPI: Update the t-state for every affected cpu when t-state is changed

2008-02-02 Thread Len Brown
On Monday 28 January 2008 00:55, Zhao Yakui wrote: > Subject: ACPI : Update the t-state for every affected cpu when t-state is > changed > >From : Zhao Yakui <[EMAIL PROTECTED]> > > According to ACPI spec, the _TSD object provides T-state control cross > logical processor dependency information t

Re: [PATCH 5/5] ACPI: Update the t-state for every affected cpu when t-state is changed

2008-02-01 Thread Len Brown
On Monday 28 January 2008 00:55, Zhao Yakui wrote: > Subject: ACPI : Update the t-state for every affected cpu when t-state is > changed > >From : Zhao Yakui <[EMAIL PROTECTED]> > > According to ACPI spec, the _TSD object provides T-state control cross > logical processor dependency information t

[PATCH 5/5] ACPI: Update the t-state for every affected cpu when t-state is changed

2008-01-27 Thread Zhao Yakui
Subject: ACPI : Update the t-state for every affected cpu when t-state is changed >From : Zhao Yakui <[EMAIL PROTECTED]> According to ACPI spec, the _TSD object provides T-state control cross logical processor dependency information to OSPM. So the t-state coordination should be considered when T