memblock: Kill sentinel entries at the end of static region arrays
authorTejun Heo <tj@kernel.org>
Thu, 8 Dec 2011 18:22:07 +0000 (10:22 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 8 Dec 2011 18:22:07 +0000 (10:22 -0800)
commitc5a1cb284b791fcc3c70962331a682452afaf6cd
tree5d619ff74588c55393bd9842f2aae55c181a721e
parent4ff7b82f1e5fc65a7c9512b231b4ea533f28541a
memblock: Kill sentinel entries at the end of static region arrays

memblock no longer depends on having one more entry at the end during
addition making the sentinel entries at the end of region arrays not
too useful.  Remove the sentinels.  This eases further updates.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Yinghai Lu <yinghai@kernel.org>
include/linux/poison.h
mm/memblock.c