From: Tejun Heo Date: Thu, 29 Oct 2009 13:34:12 +0000 (+0900) Subject: vmalloc: fix use of non-existent percpu variable in put_cpu_var() X-Git-Tag: v2.6.33-rc1~288^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f04ba859597412afbfb31f2fcbe289f2461f9a1;p=pandora-kernel.git vmalloc: fix use of non-existent percpu variable in put_cpu_var() vmalloc used non-existent percpu variable vmap_cpu_blocks instead of the intended vmap_block_queue. This went unnoticed because put_cpu_var() didn't evaluate the parameter. Fix it. Signed-off-by: Tejun Heo Cc: Nick Piggin --- Reading git-diff-tree failed