···141141 */142142#define SYMMON_STACK_SIZE 0x8000143143144144-#if defined (PROM) || defined (SABLE)144144+#if defined (PROM)145145146146/*147147 * These defines are prom version dependent. No code other than the IP27···178178#define IP27_FREEMEM_COUNT 1179179#define IP27_FREEMEM_STRIDE 0180180181181-#endif /* PROM || SABLE*/181181+#endif /* PROM */182182/*183183 * There will be only one of these in a partition so the IO6 must set it up.184184 */
-5
include/asm-mips/sn/sn0/addrs.h
···143143#define SN0_WIDGET_BASE(_nasid, _wid) (NODE_SWIN_BASE((_nasid), (_wid)))144144145145/* Turn on sable logging for the processors whose bits are set. */146146-#ifdef SABLE147147-#define SABLE_LOG_TRIGGER(_map) \148148- *((volatile hubreg_t *)(IO_BASE + 0x17ffff0)) = (_map)149149-#else150146#define SABLE_LOG_TRIGGER(_map)151151-#endif /* SABLE */152147153148#ifndef __ASSEMBLY__154149#define KERN_NMI_ADDR(nasid, slice) \
-11
include/asm-mips/sn/sn0/arch.h
···13131414#include <linux/config.h>15151616-#ifndef SABLE1717-1816#ifndef SN0XXL /* 128 cpu SMP max */1917/*2018 * This is the maximum number of nodes that can be part of a kernel.···5153 * partitions the system can support.5254 */5355#define MAX_PARTITIONS MAX_REGIONS5454-5555-5656-#else5757-5858-#define MAX_COMPACT_NODES 45959-#define MAX_NASIDS 46060-#define MAXCPUS 86161-6262-#endif63566457#define NASID_MASK_BYTES ((MAX_NASIDS + 7) / 8)6558