From 2ad699080bbe3a88d17a1ff11e5575b76850174f Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 13 Mar 2008 12:52:44 +0900 Subject: sh: Initial support for the MX-G CPU. Signed-off-by: Paul Mundt --- arch/sh/kernel/cpu/sh2a/probe.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/sh/kernel/cpu/sh2a/probe.c') diff --git a/arch/sh/kernel/cpu/sh2a/probe.c b/arch/sh/kernel/cpu/sh2a/probe.c index 6910e266446..6e79132f6f3 100644 --- a/arch/sh/kernel/cpu/sh2a/probe.c +++ b/arch/sh/kernel/cpu/sh2a/probe.c @@ -29,6 +29,9 @@ int __init detect_cpu_and_cache_system(void) boot_cpu_data.type = CPU_SH7206; /* While SH7206 has a DSP.. */ boot_cpu_data.flags |= CPU_HAS_DSP; +#elif defined(CONFIG_CPU_SUBTYPE_MXG) + boot_cpu_data.type = CPU_MXG; + boot_cpu_data.flags |= CPU_HAS_DSP; #endif boot_cpu_data.dcache.ways = 4; -- cgit v1.2.3-70-g09d2