-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 242439 b: refs/heads/master c: 786a5e0 h: refs/heads/master i: 242437: 0439f67 242435: 438d087 242431: 0e360e8 v: v3
- Loading branch information
Anoop P A
authored and
Ralf Baechle
committed
Mar 25, 2011
1 parent
0f8c734
commit 709fba7
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ec9ac747be8c42a653468295162cbc02d0a8a8a6 | ||
refs/heads/master: 786a5e02802a02c6e0bd132f4fc188a5854ab41f |
21 changes: 21 additions & 0 deletions
21
trunk/arch/mips/include/asm/pmc-sierra/msp71xx/cpu-feature-overrides.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 */ |