diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-12 13:48:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-12 13:48:10 -0700 |
commit | f755f77a3a8ca03102d09e7f8bd84e020a6eeda4 (patch) | |
tree | 4fc4710011149a7c035ad4fc59200d4a096eaf5a /arch/sparc/mm | |
parent | c78896f00d0d0715c3043af2f3f4d098fc6ab6e4 (diff) | |
download | op-kernel-dev-f755f77a3a8ca03102d09e7f8bd84e020a6eeda4.zip op-kernel-dev-f755f77a3a8ca03102d09e7f8bd84e020a6eeda4.tar.gz |
sparc32: Un-btfixup pte_{write,dirty,young}i
And we can certainly get rid of the const function attributes, there
is no way that's needed any longer and no other arch uses this kind
of annotation here.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm')
-rw-r--r-- | arch/sparc/mm/srmmu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index 224db00..b01c735 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c @@ -2073,9 +2073,6 @@ void __init load_mmu(void) BTFIXUPSET_CALL(free_pgd_fast, srmmu_free_pgd_fast, BTFIXUPCALL_NORM); BTFIXUPSET_CALL(get_pgd_fast, srmmu_get_pgd_fast, BTFIXUPCALL_NORM); - BTFIXUPSET_HALF(pte_writei, SRMMU_WRITE); - BTFIXUPSET_HALF(pte_dirtyi, SRMMU_DIRTY); - BTFIXUPSET_HALF(pte_youngi, SRMMU_REF); BTFIXUPSET_HALF(pte_filei, SRMMU_FILE); BTFIXUPSET_HALF(pte_wrprotecti, SRMMU_WRITE); BTFIXUPSET_HALF(pte_mkcleani, SRMMU_DIRTY); |