From: Tejun Heo Date: Thu, 26 Feb 2009 01:54:17 +0000 (+0900) Subject: percpu: fix too low alignment restriction on UP X-Git-Tag: v2.6.30-rc1~2^2~50^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e317603694bfd17b28a40de9d65e1a4ec12f816e;p=pandora-kernel.git percpu: fix too low alignment restriction on UP UP __alloc_percpu() triggered WARN_ON_ONCE() if the requested alignment is larger than that of unsigned long long, which is too small for all the cacheline aligned allocations. Bump it up to SMP_CACHE_BYTES which kmalloc allocations generally guarantee. Signed-off-by: Tejun Heo Reported-by: Ingo Molnar --- Reading git-diff-tree failed