alloc_percpu: add align argument to __alloc_percpu, fix
authorIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 13:07:33 +0000 (14:07 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 13:09:41 +0000 (14:09 +0100)
commit0dcec8c27ba44cd11c6e68c46d5fd553818a3837
tree30e5140fbb7f80b1492cb3579b5302a45d09c2f0
parentd325100504f1d0c296a1fbfef558deaa655e2240
alloc_percpu: add align argument to __alloc_percpu, fix

Impact: build fix

API was changed, but not all usage sites were converted:

 net/ipv4/route.c: In function ‘ip_rt_init’:
 net/ipv4/route.c:3379: error: too few arguments to function ‘__alloc_percpu’

Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
net/ipv4/route.c