commit | b9e3614f444f6546204f4538afcaa3ebe36d49f2 | [log] [tgz] |
---|---|---|
author | Björn Steinbrink <B.Steinbrink@gmx.de> | Mon Jun 25 23:04:37 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jun 25 14:54:52 2007 -0700 |
tree | 44680e2794a923547a6952f1c4b8cf10d5d425c7 | |
parent | 189548642c5962e60c3667bdb3a703fe0bed12a6 [diff] |
fix nmi_watchdog=2 bootup hang wrmsrl() is broken, dropping the upper 32bits of the value to be written. This broke the NMI watchdog on AMD hardware. (and it probably broke other code too.) Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>