commit | 99019e919969be88e7e4042f3afa296bd55ad9ec | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Thu Feb 16 23:41:55 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 17 08:00:40 2006 -0800 |
tree | 00252ca01f780abc5458f2a288f7bf3434e37924 | |
parent | e4444d1a3039354c388135073786efeb64d8ef0c [diff] |
[PATCH] x86_64: make touch_nmi_watchdog() not touch impossible cpus' private data Along with that, also suppress the memory touching altogether when the watchdog is not running, to eliminate needless crosstalk. Plus ad a call to it to make things consistent (one could also consider removing the call in enable_timer_nmi_watchdog()). Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>