Obvious one-liner - Use 3DNOW on MK8

From: James M.
Date: Sat Aug 21 2004 - 19:15:23 EST


Title says it...my Athlon 64 definitely uses 3DNOW. Patch changes arch/i386/Kconfig and has a 3 line fudge factor(I created it a few kernels back). Might want to check other arches for the same bug.

Dart

--- current/arch/i386/Kconfig.orig 2004-03-12 22:44:10.000000000 -0600
+++ current/arch/i386/Kconfig 2004-03-12 22:44:53.000000000 -0600
@@ -413,7 +413,7 @@ config X86_USE_PPRO_CHECKSUM

config X86_USE_3DNOW
bool
- depends on MCYRIXIII || MK7
+ depends on MCYRIXIII || MK7 || MK8
default y

config X86_OOSTORE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/