}/* Found the node, we can use this optimization */ACPI_DEBUG_PRINT_RAW((ACPI_DB_OPTIMIZATIONS,"NAMESEG: %-24s", Path));/* We must allocate a new string for the name (TargetPath gets deleted) */*NewPath = UtStringCacheCalloc (ACPI_NAME_SIZE +1);strcpy(*NewPath, Path);if(strncmp...
+++ b/drivers/acpi/processor_perflib.c @@ -50,6 +50,10 @@ ACPI_MODULE_NAME("processor_perflib"); static DEFINE_MUTEX(performance_mutex); +/* Use cpufreq debug layer for _PPC changes. */ +#define cpufreq_printk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_CORE, \ + "cpufreq-cor...