sh: Add SH7263 CPU support.
[deliverable/linux.git] / arch / sh / kernel / setup.c
index c5a453fb19ca1ceab0eb5f380f9abca507025de7..6891cc93548eed7657856b4068f6a6daf30d5efe 100644 (file)
@@ -294,7 +294,7 @@ void __init setup_arch(char **cmdline_p)
 }
 
 static const char *cpu_name[] = {
-       [CPU_SH7203]    = "SH7203",
+       [CPU_SH7203]    = "SH7203",     [CPU_SH7263]    = "SH7263",
        [CPU_SH7206]    = "SH7206",     [CPU_SH7619]    = "SH7619",
        [CPU_SH7705]    = "SH7705",     [CPU_SH7706]    = "SH7706",
        [CPU_SH7707]    = "SH7707",     [CPU_SH7708]    = "SH7708",
This page took 0.024294 seconds and 5 git commands to generate.