aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2009-10-29 22:34:12 +0900
committerTejun Heo <tj@kernel.org>2009-10-29 22:34:12 +0900
commit64ef291f46d795917f32a0f5975e2b76f6fe206a (patch)
treec900fa524230a90f44676212a7dc0349a0cea394 /mm/percpu.c
parentvmalloc: fix use of non-existent percpu variable in put_cpu_var() (diff)
downloadlinux-dev-64ef291f46d795917f32a0f5975e2b76f6fe206a.tar.xz
linux-dev-64ef291f46d795917f32a0f5975e2b76f6fe206a.zip
percpu: make alloc_percpu() handle array types
alloc_percpu() couldn't handle array types like "int [100]" due to the way return type was casted. Fix it by using typeof() instead. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Frederic Weisbecker <fweisbec@gmail.com> Reviewed-by: Christoph Lameter <cl@linux-foundation.org>
Diffstat (limited to 'mm/percpu.c')
0 files changed, 0 insertions, 0 deletions