From: David Howells Date: Fri, 8 Dec 2006 10:37:52 +0000 (-0800) Subject: [PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on a constant X-Git-Tag: v2.6.20-rc1~34^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d61db0edb34d60b83c5e0d62d0e906578cc707;p=pandora-kernel.git [PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on a constant Alter get_order() so that it can make use of ilog2() on a constant to produce a constant value, retaining the ability for an arch to override it in the non-const case. Signed-off-by: David Howells Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed