From: Ingo Molnar Date: Wed, 25 Feb 2009 13:36:45 +0000 (+0100) Subject: alloc_percpu: fix UP build X-Git-Tag: v2.6.30-rc1~2^2~50^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b0261506602bd969164879206027b30358ffdf;p=pandora-kernel.git alloc_percpu: fix UP build Impact: build fix the !SMP branch had a 'gfp' leftover: include/linux/percpu.h: In function '__alloc_percpu': include/linux/percpu.h:160: error: 'gfp' undeclared (first use in this function) include/linux/percpu.h:160: error: (Each undeclared identifier is reported only once include/linux/percpu.h:160: error: for each function it appears in.) Use GFP_KERNEL like the SMP version does. Cc: Rusty Russell Cc: Tejun Heo Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed