sh: Track the CPU family in sh_cpuinfo.
[pandora-kernel.git] / arch / sh / kernel / cpu / sh3 / probe.c
index 10f2a76..f9c7df6 100644 (file)
@@ -107,5 +107,7 @@ int __uses_jump_to_uncached detect_cpu_and_cache_system(void)
        boot_cpu_data.dcache.flags |= SH_CACHE_COMBINED;
        boot_cpu_data.icache = boot_cpu_data.dcache;
 
+       boot_cpu_data.family = CPU_FAMILY_SH3;
+
        return 0;
 }