Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec9ac747be8c42a653468295162cbc02d0a8a8a6
refs/heads/master: 786a5e02802a02c6e0bd132f4fc188a5854ab41f
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 */

0 comments on commit 709fba7

Please sign in to comment.