aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/srmmu.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2012-05-14 11:58:57 -0400
committerDavid S. Miller <davem@davemloft.net>2012-05-14 17:05:09 -0400
commit50544bce4c46561fe9d3f817941bd95d8ae6fedd (patch)
tree1cfd92a777b634c5430ead3478d709093915181f /arch/sparc/mm/srmmu.c
parent08c9388f5816ac9285dce7d07c8867ae1c1e4bcb (diff)
sparc32: remove runtime btfix support
- remove all uses of btfixup header - remove the btfixup header - remove the btfixup code Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/srmmu.c')
-rw-r--r--arch/sparc/mm/srmmu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c
index cba05fa3fbc7..765b1a5ab5e0 100644
--- a/arch/sparc/mm/srmmu.c
+++ b/arch/sparc/mm/srmmu.c
@@ -48,8 +48,6 @@
48#include <asm/turbosparc.h> 48#include <asm/turbosparc.h>
49#include <asm/leon.h> 49#include <asm/leon.h>
50 50
51#include <asm/btfixup.h>
52
53enum mbus_module srmmu_modtype; 51enum mbus_module srmmu_modtype;
54static unsigned int hwbug_bitmask; 52static unsigned int hwbug_bitmask;
55int vac_cache_size; 53int vac_cache_size;
@@ -2186,5 +2184,4 @@ void __init load_mmu(void)
2186 else 2184 else
2187 sun4m_init_smp(); 2185 sun4m_init_smp();
2188#endif 2186#endif
2189 btfixup();
2190} 2187}