[POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKS
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 19 May 2008 06:16:00 +0000 (16:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 23 May 2008 06:15:32 +0000 (16:15 +1000)
__set_fixmap() in pgtable_32.c currently fails to compile if
STRICT_MM_TYPECHECKS is defined.  This fixes it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found