Argh! missing comma...

This commit is contained in:
Richard Earnshaw 2004-09-01 16:19:36 +00:00
parent 8783612fe2
commit 9166bcd7a8

View File

@ -13313,7 +13313,7 @@ static struct arm_cpu_option_table arm_cpus[] =
{"arm1026ejs", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2},
{"arm1026ej-s", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2},
{"arm1136js", ARM_ARCH_V6, FPU_NONE},
{"arm1136j-s" ARM_ARCH_V6, FPU_NONE},
{"arm1136j-s", ARM_ARCH_V6, FPU_NONE},
{"arm1136jfs", ARM_ARCH_V6, FPU_ARCH_VFP_V2},
{"arm1136jf-s", ARM_ARCH_V6, FPU_ARCH_VFP_V2},
/* ??? XSCALE is really an architecture. */