[MIPS] SN: Rename SGI_SN0_N_MODE -> SGI_SN_N_MODE.
It's not SN0-specific. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -228,7 +228,7 @@ void __init plat_setup(void)
|
||||
*/
|
||||
n_mode = LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_MORENODES_MASK;
|
||||
printk("Machine is in %c mode.\n", n_mode ? 'N' : 'M');
|
||||
#ifdef CONFIG_SGI_SN0_N_MODE
|
||||
#ifdef CONFIG_SGI_SN_N_MODE
|
||||
if (!n_mode)
|
||||
panic("Kernel compiled for M mode.");
|
||||
#else
|
||||
|
Reference in New Issue
Block a user