On Mon, Aug 10, 2009 at 10:48:30AM -0400, Prarit Bhargava wrote: > +static int acpi_cpufreq_blacklist(struct cpuinfo_x86 *c) > +{ > + /* http://www.intel.com/Assets/PDF/specupdate/314554.pdf > + * AL30 “A Machine Check Exception (MCE) Occurring during an > + * Enhanced Intel SpeedStep® Technology Ratio Change May Cause > + * Both Processor Cores to Lock Up */ > + if (c->x86_vendor == X86_VENDOR_INTEL) { Whitespace looks off here. We may want a more generic implementation with an extendable structure, but in the absence of any other known fixups this seems fine to me. -- Matthew Garrett | mjg59@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html