From: Pekka Enberg Date: Sun, 8 Jan 2006 09:00:33 +0000 (-0800) Subject: [PATCH] slab: remove unused align parameter from alloc_percpu X-Git-Tag: v2.6.16-rc1~905 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f7500521b25dbf1aba476b81230489ad8e2c4b;p=pandora-kernel.git [PATCH] slab: remove unused align parameter from alloc_percpu __alloc_percpu and alloc_percpu both take an 'align' argument which is completely ignored. snmp6_mib_init() in net/ipv6/af_inet6.c attempts to use it, but it will be ignored. Therefore, remove the 'align' argument and fixup the lone caller. Signed-off-by: Matthew Dobson Acked-by: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed