commit | 673242c10d535bfe238d9d8e82ac93432d35b88e | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Sep 12 18:49:24 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Sep 12 10:49:56 2005 -0700 |
tree | 959b4ffb0ebf788df812fe27498248c26610d22c | |
parent | a54e678b8f476d6f28e6aa4409f6b88ce476af1b [diff] |
[PATCH] x86-64: Make lockless machine check record passing a bit more robust. One machine is constantly throwing NMI watchdog timeouts in mce_log This was one attempt to fix it. (AK: this doesn't actually fix the bug I'm seeing unfortunately, probably drop. I don't like it that the reader can spin forever now waiting for a writer) Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>