vserver 1.9.5.x5
[linux-2.6.git] / arch / sh / kernel / setup.c
index ca21059..1669447 100644 (file)
@@ -443,6 +443,7 @@ static const char *cpu_name[] = {
        [CPU_SH7751]    = "SH7751",
        [CPU_SH7751R]   = "SH7751R",
        [CPU_SH7760]    = "SH7760",
+       [CPU_SH73180]   = "SH73180",
        [CPU_ST40RA]    = "ST40RA",
        [CPU_ST40GX1]   = "ST40GX1",
        [CPU_SH4_202]   = "SH4-202",
@@ -457,7 +458,7 @@ const char *get_cpu_subtype(void)
 
 #ifdef CONFIG_PROC_FS
 static const char *cpu_flags[] = {
-       "none", "fpu", "p2flush", "mmuassoc", "dsp",
+       "none", "fpu", "p2flush", "mmuassoc", "dsp", "perfctr",
 };
 
 static void show_cpuflags(struct seq_file *m)