Geert Uytterhoeven 0eefed84fe m68k/sun3: Kill pte_unmap() warnings
Since commit 31c911329e048b715a1dfeaaf617be9430fd7f4e ("mm: check the argument
of kunmap on architectures without highmem"), we get lots of warnings like

arch/m68k/kernel/sys_m68k.c:508: warning: passing argument 1 of ‘kunmap’ from incompatible pointer type

As m68k doesn't support highmem anyway, open code the calls to kmap() and
kunmap() (the latter is a no-op) to kill the warnings, like is done on most
other architectures without CONFIG_HIGHPTE.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sam Creasey <sammy@sammy.net>
2011-01-05 21:17:19 +01:00
..
2010-10-22 09:43:22 +02:00
2009-12-16 07:20:12 -08:00
2009-05-29 08:40:02 -07:00
2010-02-09 11:13:56 +01:00
2010-06-09 11:12:36 +02:00
2009-09-22 07:17:42 -07:00
2009-09-10 12:01:24 +10:00
2010-10-22 09:43:25 +02:00
2010-10-22 09:43:24 +02:00
2010-10-22 09:43:24 +02:00
2009-04-02 01:05:31 +00:00
2010-02-27 18:27:13 +01:00