From: Rusty Russell Date: Fri, 20 Feb 2009 07:29:08 +0000 (+0900) Subject: alloc_percpu: add align argument to __alloc_percpu. X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313e458f81ec3852106c5a83830fe0d4f405a71a;p=pandora-kernel.git alloc_percpu: add align argument to __alloc_percpu. This prepares for a real __alloc_percpu, by adding an alignment argument. Only one place uses __alloc_percpu directly, and that's for a string. tj: af_inet also uses __alloc_percpu(), update it. Signed-off-by: Rusty Russell Cc: Christoph Lameter Cc: Jens Axboe --- Reading git-diff-tree failed