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

Delete the SABLE_RTL case.

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

-5
-5
include/asm-mips/sn/sn0/arch.h
··· 74 74 #define MAX_MEM_SLOTS 32 /* max slots per node */ 75 75 #endif /* defined(N_MODE) */ 76 76 77 - #if SABLE_RTL 78 - #define SLOT_SHIFT (28) 79 - #define SLOT_MIN_MEM_SIZE (16*1024*1024) 80 - #else 81 77 #define SLOT_SHIFT (27) 82 78 #define SLOT_MIN_MEM_SIZE (32*1024*1024) 83 - #endif 84 79 85 80 #define CPUS_PER_NODE 2 /* CPUs on a single hub */ 86 81 #define CPUS_PER_NODE_SHFT 1 /* Bits to shift in the node number */