commit | 254f9c5cd2d3b41e64f59df816630f7ca5548a8a | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue May 01 22:33:07 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri May 04 17:59:08 2007 -0700 |
tree | f6e212c09a80e41ba228525869a269c75cbfc75a | |
parent | f5456e040eaac7eb9545d49c38984af2047699be [diff] |
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 <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>