diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-14 10:52:16 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:19 -0400 |
commit | 4f94afa258c3e574a8d985160e87146a5183944b (patch) | |
tree | 7fcc98c8f7852e6640ab6a59c3500bf7328b7c62 /include/asm-mips | |
parent | 57e3e3b9187765f042c131db1a8b66bee67fc5fb (diff) |
Delete the SABLE_RTL case.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/sn/sn0/arch.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/sn/sn0/arch.h b/include/asm-mips/sn/sn0/arch.h index 0e00dd474afc..fb78773a5efe 100644 --- a/include/asm-mips/sn/sn0/arch.h +++ b/include/asm-mips/sn/sn0/arch.h | |||
@@ -74,13 +74,8 @@ | |||
74 | #define MAX_MEM_SLOTS 32 /* max slots per node */ | 74 | #define MAX_MEM_SLOTS 32 /* max slots per node */ |
75 | #endif /* defined(N_MODE) */ | 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 | #define SLOT_SHIFT (27) | 77 | #define SLOT_SHIFT (27) |
82 | #define SLOT_MIN_MEM_SIZE (32*1024*1024) | 78 | #define SLOT_MIN_MEM_SIZE (32*1024*1024) |
83 | #endif | ||
84 | 79 | ||
85 | #define CPUS_PER_NODE 2 /* CPUs on a single hub */ | 80 | #define CPUS_PER_NODE 2 /* CPUs on a single hub */ |
86 | #define CPUS_PER_NODE_SHFT 1 /* Bits to shift in the node number */ | 81 | #define CPUS_PER_NODE_SHFT 1 /* Bits to shift in the node number */ |