Tejun Heo 3f04ba8595 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 <tj@kernel.org>
Cc: Nick Piggin <npiggin@suse.de>
2009-10-29 22:34:12 +09:00
..
2009-10-02 13:29:29 +09:00
2009-09-23 07:39:41 -07:00
2009-09-27 11:39:25 -07:00
2009-09-24 08:41:47 -04:00
2009-10-01 16:11:12 -07:00