]> git.baikalelectronics.ru Git - kernel.git/commit
mm/page_alloc.c: remove unused variable in free_area_init_core()
authorWei Yang <weiyang@linux.vnet.ibm.com>
Tue, 8 Sep 2015 21:59:50 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commitd9bcb3eebdf01321d3403d0e3d1364465ad081b7
tree46f3da94d12ad4393f3d7e35233c32583abb2921
parentfd312a4037f288d5fa39b9f442302099712178c6
mm/page_alloc.c: remove unused variable in free_area_init_core()

Commit c82f8d43005d ("mm/memory hotplug: init the zone's size when
calculating node totalpages") refines the function
free_area_init_core().

After doing so, these two parameters are not used anymore.

This patch removes these two parameters.

Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Cc: Gu Zheng <guz.fnst@cn.fujitsu.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c