From: Johannes Weiner Date: Thu, 24 Jul 2008 04:28:03 +0000 (-0700) Subject: bootmem: revisit bootmem descriptor list handling X-Git-Tag: v2.6.27-rc1~770 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=636cc40cb79f511d9caa27ef098a83e4fa4971fb;p=pandora-kernel.git bootmem: revisit bootmem descriptor list handling link_bootmem handles an insertion of a new descriptor into the sorted list in more or less three explicit branches; empty list, insert in between and append. These cases can be expressed implicite. Also mark the sorted list as initdata as it can be thrown away after boot as well. Signed-off-by: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed