From: Geert Uytterhoeven Date: Tue, 1 May 2007 20:33:07 +0000 (+0200) Subject: Convert non-highmem kmap_atomic() to static inline function X-Git-Tag: v2.6.22-rc1~1049 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254f9c5cd2d3b41e64f59df816630f7ca5548a8a;p=pandora-kernel.git Convert non-highmem kmap_atomic() to static inline function Convert kmap_atomic() in the non-highmem case from a macro to a static inline function, for better type-checking and the ability to pass void pointers instead of struct page pointers. Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed