Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] IP27: Remove leftovers of sable support.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -22
+2 -2
include/asm-mips/sn/kldir.h
··· 141 141 */ 142 142 #define SYMMON_STACK_SIZE 0x8000 143 143 144 - #if defined (PROM) || defined (SABLE) 144 + #if defined (PROM) 145 145 146 146 /* 147 147 * These defines are prom version dependent. No code other than the IP27 ··· 178 178 #define IP27_FREEMEM_COUNT 1 179 179 #define IP27_FREEMEM_STRIDE 0 180 180 181 - #endif /* PROM || SABLE*/ 181 + #endif /* PROM */ 182 182 /* 183 183 * There will be only one of these in a partition so the IO6 must set it up. 184 184 */
-5
include/asm-mips/sn/sn0/addrs.h
··· 143 143 #define SN0_WIDGET_BASE(_nasid, _wid) (NODE_SWIN_BASE((_nasid), (_wid))) 144 144 145 145 /* Turn on sable logging for the processors whose bits are set. */ 146 - #ifdef SABLE 147 - #define SABLE_LOG_TRIGGER(_map) \ 148 - *((volatile hubreg_t *)(IO_BASE + 0x17ffff0)) = (_map) 149 - #else 150 146 #define SABLE_LOG_TRIGGER(_map) 151 - #endif /* SABLE */ 152 147 153 148 #ifndef __ASSEMBLY__ 154 149 #define KERN_NMI_ADDR(nasid, slice) \
-11
include/asm-mips/sn/sn0/arch.h
··· 13 13 14 14 #include <linux/config.h> 15 15 16 - #ifndef SABLE 17 - 18 16 #ifndef SN0XXL /* 128 cpu SMP max */ 19 17 /* 20 18 * This is the maximum number of nodes that can be part of a kernel. ··· 51 53 * partitions the system can support. 52 54 */ 53 55 #define MAX_PARTITIONS MAX_REGIONS 54 - 55 - 56 - #else 57 - 58 - #define MAX_COMPACT_NODES 4 59 - #define MAX_NASIDS 4 60 - #define MAXCPUS 8 61 - 62 - #endif 63 56 64 57 #define NASID_MASK_BYTES ((MAX_NASIDS + 7) / 8) 65 58
-4
include/asm-mips/sn/sn0/hub.h
··· 31 31 #include <asm/sn/sn0/hubni.h> 32 32 //#include <asm/sn/sn0/hubcore.h> 33 33 34 - #ifdef SABLE 35 - #define IP27_NO_HUBUART_INT 1 36 - #endif 37 - 38 34 /* Translation of uncached attributes */ 39 35 #define UATTR_HSPEC 0 40 36 #define UATTR_IO 1