You forgot one bit though, bit 16 is "pat" on Athlon (just like
on PPro+), not "fcmov". Add an
if (c->x86 < 6) x86_cap_flags[16] = "fcmov";
else x86_cap_flags[16] = "pat";
to your patch. Or to simplify things, change the common
flag name table in setup.c.
Regards,
Zoltan Boszormenyi
-- Microsoft: It's where you don't want to go today.- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/