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>
This commit is contained in:
Sam Ravnborg
2012-05-14 17:58:57 +02:00
committed by David S. Miller
parent 08c9388f58
commit 50544bce4c
20 changed files with 1 additions and 547 deletions

View File

@@ -48,8 +48,6 @@
#include <asm/turbosparc.h>
#include <asm/leon.h>
#include <asm/btfixup.h>
enum mbus_module srmmu_modtype;
static unsigned int hwbug_bitmask;
int vac_cache_size;
@@ -2186,5 +2184,4 @@ void __init load_mmu(void)
else
sun4m_init_smp();
#endif
btfixup();
}