https://bugzilla.novell.com/show_bug.cgi?id=671262
https://bugzilla.novell.com/show_bug.cgi?id=671262#c8
--- Comment #8 from Michael Matz matz@novell.com 2011-02-17 14:15:13 UTC --- The abort is this:
if (strcmp (vendor_string, "GenuineIntel") == 0) { .... } else if (strcmp (vendor_string, "AuthenticAMD") == 0) { switch (family) { case 5: case 6: here>>>> abort (); break; case 15: /* CPUVEC_SETUP_athlon */ break; }
So, you have an AMD processor with family 5 or 6, which is nearly impossible :-)