]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd52dc92f6f5e6491df3f120c8bc5e643360beae8
tree592accd762468a11a675ea16cce719fafe9bbf2f
parent7fcdbb0c604d064bebe698afb1c8ec6acd5df8ef
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