From: Benjamin Herrenschmidt Date: Tue, 6 Jul 2010 22:39:06 +0000 (-0700) Subject: memblock: Move memblock arrays to static storage in memblock.c and make their size... X-Git-Tag: v2.6.37-rc1~183^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf23c51f1f49d3960f3cd8e3d2e7f943d9c41042;p=pandora-kernel.git memblock: Move memblock arrays to static storage in memblock.c and make their size a variable This is in preparation for having resizable arrays. Note that we still allocate one more than needed, this is unchanged from the previous implementation. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed