| To: | ralf@linux-mips.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 6/6] Cpu features overrides for msp platforms. |
| From: | "Anoop P.A" <anoop.pa@gmail.com> |
| Date: | Tue, 25 Jan 2011 13:53:17 +0530 |
| Cc: | Anoop P A <anoop.pa@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=PY0NgWqnopckUl3friSHBiz8CO7MDa48SB3YIg/i3i4=; b=elO/2othGuEEU/Akc6VeLCxjI9eYTTcpoq/0JOCShiwHhA+0KCNayPud0QgS/6cP6K C4JVCCACl2MjQr0+vsefjT9gplvavu1JNusB1jeRe41vYj699hJvWdUsNW7ZesB62pkM ngLBC4b/+v9RX3el02D4Q+vWctLKgzKgiUzCM= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=tD7MUjn/umaj6PfGqK/KW3YxEKwzdYGUp+rCAVt4HdMmUv9gp/77PkzvSNXc8uegXp CaTaKKwHPStw8UmefRUgK772frtjeMAixNRmdkeW9QUCwRR8KcSpWSE2ORBTC1BEnkem iypnwysTOYKwvYKJ2AMiNiMvfgedOPTo49aMw= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Anoop P A <anoop.pa@gmail.com> Signed-off-by: Anoop P A <anoop.pa@gmail.com> --- .../asm/pmc-sierra/msp71xx/cpu-feature-overrides.h | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/cpu-feature-overrides.h diff --git a/arch/mips/include/asm/pmc-sierra/msp71xx/cpu-feature-overrides.h b/arch/mips/include/asm/pmc-sierra/msp71xx/cpu-feature-overrides.h new file mode 100644 index 0000000..a80801b --- /dev/null +++ b/arch/mips/include/asm/pmc-sierra/msp71xx/cpu-feature-overrides.h @@ -0,0 +1,21 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2003, 04, 07 Ralf Baechle (ralf@linux-mips.org) + */ +#ifndef __ASM_MACH_MSP71XX_CPU_FEATURE_OVERRIDES_H +#define __ASM_MACH_MSP71XX_CPU_FEATURE_OVERRIDES_H + +#define cpu_has_mips16 1 +#define cpu_has_dsp 1 +#define cpu_has_mipsmt 1 +#define cpu_has_fpu 0 + +#define cpu_has_mips32r1 0 +#define cpu_has_mips32r2 1 +#define cpu_has_mips64r1 0 +#define cpu_has_mips64r2 0 + +#endif /* __ASM_MACH_MSP71XX_CPU_FEATURE_OVERRIDES_H */ -- 1.7.0.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 5/6] Platform support for On-chip MSP ethernet devices., Anoop P.A |
|---|---|
| Next by Date: | merge two insts into one in a time sensitive routing, Ray Will |
| Previous by Thread: | [PATCH 5/6] Platform support for On-chip MSP ethernet devices., Anoop P.A |
| Next by Thread: | Re: [PATCH 6/6] Cpu features overrides for msp platforms., Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |