From: Stephen Rothwell Date: Sat, 3 Sep 2005 22:54:30 +0000 (-0700) Subject: [PATCH] mm: consolidate get_order X-Git-Tag: v2.6.14-rc1~990 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4fd5aac1282825195c6816ed40a2a6d42db5bf;p=pandora-kernel.git [PATCH] mm: consolidate get_order Someone mentioned that almost all the architectures used basically the same implementation of get_order. This patch consolidates them into asm-generic/page.h and includes that in the appropriate places. The exceptions are ia64 and ppc which have their own (presumably optimised) versions. Signed-off-by: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed