From: Thomas Bogendoerfer Date: Mon, 26 May 2008 23:15:20 +0000 (+0200) Subject: [MIPS] Add RM200 with R5000 CPU to known ARC machines X-Git-Tag: 2.1b_release~18424^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=330117ff2723566e8eb7ad43223081b557f1540e;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git [MIPS] Add RM200 with R5000 CPU to known ARC machines RM200 with R5ks have a little bit different arcname. Signed-off-by: Thomas Bogendoerfer Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/fw/arc/identify.c b/arch/mips/fw/arc/identify.c index 28dfd2e..2306698 100644 --- a/arch/mips/fw/arc/identify.c +++ b/arch/mips/fw/arc/identify.c @@ -67,6 +67,11 @@ static struct smatch mach_table[] = { .liname = "SNI RM200_PCI", .type = MACH_SNI_RM200_PCI, .flags = PROM_FLAG_DONT_FREE_TEMP, + }, { + .arcname = "RM200PCI-R5K", + .liname = "SNI RM200_PCI-R5K", + .type = MACH_SNI_RM200_PCI, + .flags = PROM_FLAG_DONT_FREE_TEMP, } };