]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/sh/kernel/cpu/sh3/probe.c
sh: Add support for SH7721 CPU subtype.
[karo-tx-linux.git] / arch / sh / kernel / cpu / sh3 / probe.c
index 22070e43e34d6e8801d311e435178e42fd67c6fb..fcc80bb7bee7f9de3192d6309554e1b9642848e5 100644 (file)
@@ -84,6 +84,9 @@ int __uses_jump_to_uncached detect_cpu_and_cache_system(void)
 #if defined(CONFIG_CPU_SUBTYPE_SH7720)
                boot_cpu_data.type = CPU_SH7720;
 #endif
+#if defined(CONFIG_CPU_SUBTYPE_SH7721)
+               boot_cpu_data.type = CPU_SH7721;
+#endif
 #if defined(CONFIG_CPU_SUBTYPE_SH7705)
                boot_cpu_data.type = CPU_SH7705;