diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-14 11:58:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-14 17:05:09 -0400 |
commit | 50544bce4c46561fe9d3f817941bd95d8ae6fedd (patch) | |
tree | 1cfd92a777b634c5430ead3478d709093915181f /arch/sparc/include/asm/smp_32.h | |
parent | 08c9388f5816ac9285dce7d07c8867ae1c1e4bcb (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/include/asm/smp_32.h')
-rw-r--r-- | arch/sparc/include/asm/smp_32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/smp_32.h b/arch/sparc/include/asm/smp_32.h index d596061939d1..b9cf69704022 100644 --- a/arch/sparc/include/asm/smp_32.h +++ b/arch/sparc/include/asm/smp_32.h | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | #include <linux/threads.h> | 9 | #include <linux/threads.h> |
10 | #include <asm/head.h> | 10 | #include <asm/head.h> |
11 | #include <asm/btfixup.h> | ||
12 | 11 | ||
13 | #ifndef __ASSEMBLY__ | 12 | #ifndef __ASSEMBLY__ |
14 | 13 | ||