From: Al Viro Date: Sun, 24 Apr 2005 19:28:35 +0000 (-0700) Subject: [PATCH] __get_unaligned() turned into macro X-Git-Tag: v2.6.12-rc4~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3106dbcd914d8dac4b89f52d8d51ec93526cbb95;p=pandora-kernel.git [PATCH] __get_unaligned() turned into macro Turns __get_unaligned() and __put_unaligned into macros. That is definitely safe; leaving them as inlines breaks on e.g. alpha [try to build ncpfs there and you'll get unresolved symbols since we end up getting __get_unaligned() not inlined]. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed