commit | ac6b931c44fd9988eaa821c339d54ba06b212412 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon May 16 21:53:19 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 07:59:12 2005 -0700 |
tree | 3f3c1abe2e53ced6c73c226767faf6fd8d78b2e6 | |
parent | 7179906293ebdc333f14a03d3e58b03604848f3c [diff] |
[PATCH] x86_64: Reduce NMI watchdog stack usage NR_CPUs can be quite big these days. kmalloc the per CPU array instead of putting it onto the stack Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>