Go to the documentation of this file.
11 #ifndef _ASM_SN_SN0_ARCH_H
12 #define _ASM_SN_SN0_ARCH_H
20 #define MAX_COMPACT_NODES 64
30 #define MAX_COMPACT_NODES 128
39 #define MAX_NASIDS 256
44 #define MAX_REGIONS 64
45 #define MAX_NONPREMIUM_REGIONS 16
46 #define MAX_PREMIUM_REGIONS MAX_REGIONS
52 #define MAX_PARTITIONS MAX_REGIONS
54 #define NASID_MASK_BYTES ((MAX_NASIDS + 7) / 8)
59 #ifdef CONFIG_SGI_SN_N_MODE
60 #define MAX_MEM_SLOTS 16
62 #define MAX_MEM_SLOTS 32
65 #define SLOT_SHIFT (27)
66 #define SLOT_MIN_MEM_SIZE (32*1024*1024)
68 #define CPUS_PER_NODE 2
69 #define CPUS_PER_NODE_SHFT 1
70 #define CPUS_PER_SUBNODE 2