Hello, This patch solves this problem on my laptop (dothan). I have just sent it to John.
Regards -- JASKULA Jean-Christophe ( [EMAIL PROTECTED] ) Ma clef gpg : http://spacejc.free.fr/pubkey.gpg Ma fingerprint : 9FBF 2068 8231 16DA F732 F032 DBF3 96EC A5D7 70DD Mon Id jabber : [EMAIL PROTECTED]
Only in powernowd-0.95_mod/: powernowd diff -ur powernowd-0.95/powernowd.c powernowd-0.95_mod/powernowd.c --- powernowd-0.95/powernowd.c 2005-02-06 04:33:24.000000000 +0100 +++ powernowd-0.95_mod/powernowd.c 2005-05-02 19:36:07.000000000 +0200 @@ -636,7 +636,7 @@ * AMD's dual-core will masquerade as HT, so this should work * for them too. */ - if(edx & 0x08000000) { + if(edx & 0x10000000) { /* * if so, is it enabled? If so, how many threads * are enabled? Thank you, sandpile.org and the LKML.