]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vmalloc: Remove static declaration of va from __get_vm_area_node
authorKautuk Consul <consul.kautuk@gmail.com>
Thu, 8 Dec 2011 07:50:21 +0000 (13:20 +0530)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:13 +0000 (18:19 +1100)
commit0c03d58f9a02965d9b6a463f29ba6c33784a5e71
tree7ab5d8fc5a384e586d520bc2b32f09ccf0eedd36
parentf5784287e947142f7b1e7b0124b1e98cabaa86c5
vmalloc: Remove static declaration of va from __get_vm_area_node

Static storage is not required for the struct vmap_area in
__get_vm_area_node.

Removing "static" to store this variable on the stack instead.

Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
mm/vmalloc.c