diff options
Diffstat (limited to 'include/asm-mips/sn/sn0/arch.h')
-rw-r--r-- | include/asm-mips/sn/sn0/arch.h | 4 |
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 5643a6e639bd..0ecbaa0d3837 100644 --- a/include/asm-mips/sn/sn0/arch.h +++ b/include/asm-mips/sn/sn0/arch.h | |||
@@ -57,9 +57,9 @@ | |||
57 | /* | 57 | /* |
58 | * Slot constants for SN0 | 58 | * Slot constants for SN0 |
59 | */ | 59 | */ |
60 | #ifdef CONFIG_SGI_SN0_N_MODE | 60 | #ifdef CONFIG_SGI_SN_N_MODE |
61 | #define MAX_MEM_SLOTS 16 /* max slots per node */ | 61 | #define MAX_MEM_SLOTS 16 /* max slots per node */ |
62 | #else /* !CONFIG_SGI_SN0_N_MODE, assume M_MODE */ | 62 | #else /* !CONFIG_SGI_SN_N_MODE, assume M_MODE */ |
63 | #define MAX_MEM_SLOTS 32 /* max slots per node */ | 63 | #define MAX_MEM_SLOTS 32 /* max slots per node */ |
64 | #endif /* defined(N_MODE) */ | 64 | #endif /* defined(N_MODE) */ |
65 | 65 | ||