]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] SLOB=y && SMP=y fix
authorIngo Molnar <mingo@elte.hu>
Wed, 8 Feb 2006 09:11:56 +0000 (10:11 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 15:52:58 +0000 (07:52 -0800)
commitcf21e4b02b0ff30787b4ee90fce573a0f9051d60
tree89925b09c257207f4d839c68a4d2f9a764f4c8cc
parent679d3737323675f8be3c7da98af6dc43d121320d
[PATCH] SLOB=y && SMP=y fix

fix CONFIG_SLOB=y (when CONFIG_SMP=y): get rid of the 'align' parameter
from its __alloc_percpu() implementation. Boot-tested on x86.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slob.c