git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1895486
)
fix nmi_watchdog=2 bootup hang
author
Björn Steinbrink
<B.Steinbrink@gmx.de>
Mon, 25 Jun 2007 21:04:37 +0000
(23:04 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 25 Jun 2007 21:54:52 +0000
(14:54 -0700)
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>
No differences found