All of lore.kernel.org
 help / color / mirror / Atom feed
* Obvious one-liner - Use 3DNOW on MK8
@ 2004-08-22  0:14 James M.
  0 siblings, 0 replies; 7+ messages in thread
From: James M. @ 2004-08-22  0:14 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <2vOfA-7Vg-7@gated-at.bofh.it>]

end of thread, other threads:[~2004-08-23 22:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-22  0:14 Obvious one-liner - Use 3DNOW on MK8 James M.
     [not found] <2vOfA-7Vg-7@gated-at.bofh.it>
2004-08-22  1:29 ` Andi Kleen
2004-08-22  5:52   ` James M.
2004-08-22 11:38     ` Marc Ballarin
     [not found]   ` <200408221118.45146.vda@port.imtp.ilyichevsk.odessa.ua>
2004-08-22 14:47     ` Andi Kleen
     [not found] ` <200408222146.34798.vda@port.imtp.ilyichevsk.odessa.ua>
     [not found]   ` <20040823195842.GA7952@muc.de>
2004-08-23 22:24     ` Denis Vlasenko
2004-08-23 22:31       ` Denis Vlasenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.