[PATCH] Profiling: require buffer allocation on the correct node
authorChristoph Lameter <clameter@sgi.com>
Tue, 26 Sep 2006 06:31:45 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:50 +0000 (08:48 -0700)
commitfbd98167e653535c5816be154f2149c0efa7757d
tree4cc984a81571c19cffa091d0bb467798396413e0
parent1192d526412b1b8ccb1493064cea06efc12c772b
[PATCH] Profiling: require buffer allocation on the correct node

Profiling really suffers with off node buffers.  Fail if no memory is
available on the nodes.  The profiling code can deal with these failures
should they occur.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/profile.c