All of lore.kernel.org
 help / color / mirror / Atom feed
From: "James M." <dart@windeath.2y.net>
To: linux-kernel@vger.kernel.org
Subject: Obvious one-liner - Use 3DNOW on MK8
Date: Sat, 21 Aug 2004 19:14:40 -0500	[thread overview]
Message-ID: <4127E570.7040501@windeath.2y.net> (raw)

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

             reply	other threads:[~2004-08-22  0:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-22  0:14 James M. [this message]
     [not found] <2vOfA-7Vg-7@gated-at.bofh.it>
2004-08-22  1:29 ` Obvious one-liner - Use 3DNOW on MK8 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4127E570.7040501@windeath.2y.net \
    --to=dart@windeath.2y.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.