]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit46a7417963a84f67984af1af59d43261159dd96b
treeec786fb8fe07df5d2b2dffa49179c3c08265554c
parentecc240f90bce23651f9866a1523ba55faa89f009
[POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKS

__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>
arch/powerpc/mm/pgtable_32.c