diff options
author | 2009-02-25 14:36:45 +0100 | |
---|---|---|
committer | 2009-02-25 14:38:12 +0100 | |
commit | d2b0261506602bd969164879206027b30358ffdf (patch) | |
tree | e1acca60dfc21bc89f1bdceba3b58610eb8e23ee /include/linux/interrupt.h | |
parent | alloc_percpu: add align argument to __alloc_percpu, fix (diff) | |
download | wireguard-linux-d2b0261506602bd969164879206027b30358ffdf.tar.xz wireguard-linux-d2b0261506602bd969164879206027b30358ffdf.zip |
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 <rusty@rustcorp.com.au>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/interrupt.h')
0 files changed, 0 insertions, 0 deletions