CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/09/14 15:52:16
Modified files:
include/asm-mips/sn/sn0: arch.h
Log message:
Delete the non-SABLE_RTL case.
diff -urN linux/include/asm-mips/sn/sn0/arch.h
linux/include/asm-mips/sn/sn0/arch.h
--- linux/include/asm-mips/sn/sn0/arch.h 2004/02/20 18:20:12 1.2
+++ linux/include/asm-mips/sn/sn0/arch.h 2005/09/14 14:52:16 1.3
@@ -74,13 +74,8 @@
#define MAX_MEM_SLOTS 32 /* max slots per node */
#endif /* defined(N_MODE) */
-#if SABLE_RTL
-#define SLOT_SHIFT (28)
-#define SLOT_MIN_MEM_SIZE (16*1024*1024)
-#else
#define SLOT_SHIFT (27)
#define SLOT_MIN_MEM_SIZE (32*1024*1024)
-#endif
#define CPUS_PER_NODE 2 /* CPUs on a single hub */
#define CPUS_PER_NODE_SHFT 1 /* Bits to shift in the node number */
|