From: Stanislaw Gruszka Date: Tue, 24 Mar 2009 12:41:59 +0000 (+0100) Subject: ACPI: Avoid wiping out pr->performance during preregistering X-Git-Tag: v2.6.30-rc1~199^2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1eb47797ac0773cb3efe7495e14fc26e18a23c2;p=pandora-kernel.git ACPI: Avoid wiping out pr->performance during preregistering When cpufreq driver call acpi_processor_preregister_performance() , function will clean up pr->performance even if there is possibly already registered other cpufreq driver. The patch fix this potential problem. It also remove double checks in P domain basic validity code and move these checks to function where _PSD data is captured. Signed-off-by: Stanislaw Gruszka Signed-off-by: Len Brown --- Reading git-diff-tree failed