From: Tejun Heo Date: Tue, 24 Feb 2009 02:57:21 +0000 (+0900) Subject: bootmem: reorder interface functions and add a missing one X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0aae41695257603fc281b519677131ab5a752b;p=pandora-kernel.git bootmem: reorder interface functions and add a missing one Impact: cleanup and addition of missing interface wrapper The interface functions in bootmem.h was ordered in not so orderly manner. Reorder them such that * functions allocating the same area group together - ie. alloc_bootmem group and alloc_bootmem_low group. * functions w/o node parameter come before the ones w/ node parameter. * nopanic variants are immediately below their panicky counterparts. While at it, add alloc_bootmem_pages_node_nopanic() which was missing. Signed-off-by: Tejun Heo Cc: Johannes Weiner --- Reading git-diff-tree failed