On Thu, Feb 19, 2009 at 1:39 AM, Rudolf Marek r.marek@assembler.cz wrote:
And your code shows one processor, the original code shows four processors (I have one single-core CPU).
I choose to generate the code just for cores which exists.
I have two dual-core CPUs, and code is only generated for two of them. I see the for loop with write_pstates_for_core in powernow_acpi.c. Should there be another loop for packages? I guess I'm not sure which two cores are being found by your algorithm.
Thanks, Myles