On Thu, Aug 21, 2008 at 4:10 PM, Uwe Hermann uwe@hermann-uwe.de wrote:
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Thanks, r3534.
but see minor comments below...
+static struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, 0x10650 }, /* EP80579 */
{ 0, 0 },
+};
Is 0x10650 currently the only known/existing CPU ID?
Yes.
--Ed