From: Nick Piggin Date: Sun, 6 May 2007 21:49:02 +0000 (-0700) Subject: mm: remove gcc workaround X-Git-Tag: v2.6.22-rc1~993 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f22df00a009e3f86301366c0ecddb63ebd22af9;p=pandora-kernel.git mm: remove gcc workaround Minimum gcc version is 3.2 now. However, with likely profiling, even modern gcc versions cannot always eliminate the call. Replace the placeholder functions with the more conventional empty static inlines, which should be optimal for everyone. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed