Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66154
b: refs/heads/master
c: bcb0fd9
h: refs/heads/master
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 11, 2007
1 parent 6868eee commit 1c3ab12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ca16d269a1a4b96d98968b48f137977bcab1522
refs/heads/master: bcb0fd94633afde9c1f4f8aca43141ba2c78f04b
5 changes: 5 additions & 0 deletions trunk/include/asm-mips/mach-excite/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
#define cpu_has_nofpuex 0
#define cpu_has_64bits 1

#define cpu_has_mips32r1 0
#define cpu_has_mips32r2 0
#define cpu_has_mips64r1 0
#define cpu_has_mips64r2 0

#define cpu_has_inclusive_pcaches 0

#define cpu_dcache_line_size() 32
Expand Down
7 changes: 6 additions & 1 deletion trunk/include/asm-mips/mach-sibyte/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define __ASM_MACH_SIBYTE_CPU_FEATURE_OVERRIDES_H

/*
* Sibyte are MIPS64 processors weired to a specific configuration
* Sibyte are MIPS64 processors wired to a specific configuration
*/
#define cpu_has_watch 1
#define cpu_has_mips16 0
Expand All @@ -33,6 +33,11 @@
#define cpu_has_nofpuex 0
#define cpu_has_64bits 1

#define cpu_has_mips32r1 1
#define cpu_has_mips32r2 0
#define cpu_has_mips64r1 1
#define cpu_has_mips64r2 0

#define cpu_has_inclusive_pcaches 0

#define cpu_dcache_line_size() 32
Expand Down

0 comments on commit 1c3ab12

Please sign in to comment.