From: Björn Steinbrink Date: Sun, 22 Jul 2007 09:12:41 +0000 (+0200) Subject: i386: Fix the K7 NMI watchdog checkbit X-Git-Tag: v2.6.23-rc1~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a284b0518d2fe27cdde19485c8fe077a128cd827;p=pandora-kernel.git i386: Fix the K7 NMI watchdog checkbit The performance counters on K7 are only 48 bits wide, so using bit 63 to check if the counter overflowed is wrong. Let's use bit 47 instead. Signed-off-by: Björn Steinbrink Cc: Don Zickus Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed