Hi!

I've found the problem on AMD-K62 and MMX. The culprit is the 
config.in (arch/i386) script, where K62 is removed (?) from the 
processors supporting 3DNOW (!!). This at least cures the problem
for me (but robably not for i486 ?)


Here is a patch:

--- arch/i386/config.in~        Mon Jan 14 18:41:56 2002
+++ arch/i386/config.in Thu Jan 17 10:03:13 2002
@@ -115,6 +115,7 @@
 if [ "$CONFIG_MK6" = "y" ]; then
    define_int  CONFIG_X86_L1_CACHE_SHIFT 5
    define_bool CONFIG_X86_ALIGNMENT_16 y
+   define_bool CONFIG_X86_USE_3DNOW y
    define_bool CONFIG_X86_TSC y
    define_bool CONFIG_X86_USE_PPRO_CHECKSUM y
 fi

I'm not sure for AMD-K62 if the following should be enabled as well:
    define_bool CONFIG_X86_GOOD_APIC y

With best regards,

Reinhard Katzmann
-- 
Software-Engineer, Developer for Embedded Devices
Project: HyperPen Tablet USB Driver for Linux 
GnuPG Public Key available on request

Attachment: msg51367/pgp00000.pgp
Description: PGP signature

Reply via email to