summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-04 04:04:09 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-04 04:04:09 +0000
commit074da8c3f230190b4a00177ff781f0a76d8b0dfe (patch)
treef62c562c8c324258f0c79cea9b99172783212827 /arch/mips/kernel/setup.c
parent1fbefa026d5a271ed014b1bb730de8de06ca89d5 (diff)
EV64120 support. From Steve Johnson.
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 58d834a43..44d0f0daf 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -430,6 +430,11 @@ void __init setup_arch(char **cmdline_p)
ev96100_setup();
break;
#endif
+#ifdef CONFIG_MIPS_EV64120
+ case MACH_GROUP_GALILEO:
+ ev64120_setup();
+ break;
+#endif
default:
panic("Unsupported architecture");
}