sparc32: Un-btfixup {pte,pmd,pgd}_clear().
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 May 2012 19:26:47 +0000 (12:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 May 2012 19:26:47 +0000 (12:26 -0700)
commita46d6056f6585b1afefde190ae78ea894d720693
tree592accd762468a11a675ea16cce719fafe9bbf2f
parent3d386c0ef60cf4810f6d5c62b637a8fb55ec9b2e
sparc32: Un-btfixup {pte,pmd,pgd}_clear().

Also we can remove BTFIXUPCALL_SWAPO0G0 as that is no longer
used.

This was rather amusing, we were setting the btfixup vectors
based upon cpu type but all to the same exact generic srmmu
routines.

Furthermore, we were inconsistently marking the fixup as
either BTFIXUPCALL_SWAPO0G0 or BTFIXUPCALL_NORM.

What a mess, glad we could untangle this stuff.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/btfixup.h
arch/sparc/include/asm/pgtable_32.h
arch/sparc/mm/srmmu.c