aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sn/sn0/arch.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-14 08:10:35 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-19 17:39:23 +0100
commitf456acae4fe9b4504db7d75c51fba6b8db787ee2 (patch)
tree0957b407a6ce53a67a3df333a83d24a9d47d3c9b /include/asm-mips/sn/sn0/arch.h
parent[MIPS] IP27: Throw away old unused hacks. (diff)
downloadlinux-dev-f456acae4fe9b4504db7d75c51fba6b8db787ee2.tar.xz
linux-dev-f456acae4fe9b4504db7d75c51fba6b8db787ee2.zip
[MIPS] IP27: Cleanup N/M mode configuration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--include/asm-mips/sn/sn0/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/sn/sn0/arch.h b/include/asm-mips/sn/sn0/arch.h
index 0ecbaa0d3837..f7c43fa24aa8 100644
--- a/include/asm-mips/sn/sn0/arch.h
+++ b/include/asm-mips/sn/sn0/arch.h
@@ -59,9 +59,9 @@
*/
#ifdef CONFIG_SGI_SN_N_MODE
#define MAX_MEM_SLOTS 16 /* max slots per node */
-#else /* !CONFIG_SGI_SN_N_MODE, assume M_MODE */
+#else /* !CONFIG_SGI_SN_N_MODE, assume CONFIG_SGI_SN_M_MODE */
#define MAX_MEM_SLOTS 32 /* max slots per node */
-#endif /* defined(N_MODE) */
+#endif /* CONFIG_SGI_SN_M_MODE */
#define SLOT_SHIFT (27)
#define SLOT_MIN_MEM_SIZE (32*1024*1024)