On Fri, Aug 18, 2006 at 01:45:17PM -0700, Venkatesh Pallipadi wrote: > EINVAL is actually coming from early_init call and the return value of that > call should be ignored. Attached patch resolves the issue. Ok, that'll do the trick :) The -EINVAL actually came from this bit.. pr->performance = performance[i]; cpu_set(i, pr->performance->shared_cpu_map); if (acpi_processor_get_psd(pr)) { retval = -EINVAL; continue; } I'll push this on tonight.. Dave -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html