Skip to content

Commit

Permalink
[MIPS] Disable UserLocal runtime detection on platforms which never h…
Browse files Browse the repository at this point in the history
…ave it.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 20, 2007
1 parent 798d902 commit ed203da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-mips/mach-cobalt/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#define cpu_icache_snoops_remote_store 0
#define cpu_has_dsp 0
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0

#define cpu_has_mips32r1 0
#define cpu_has_mips32r2 0
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-excite/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define cpu_has_dsp 0
#define cpu_icache_snoops_remote_store 0
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0

#define cpu_has_nofpuex 0
#define cpu_has_64bits 1
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-ip22/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#define cpu_has_dsp 0
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0

#define cpu_has_nofpuex 0
#define cpu_has_64bits 1
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-ip27/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define cpu_has_dsp 0
#define cpu_icache_snoops_remote_store 1
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0

#define cpu_has_nofpuex 0
#define cpu_has_64bits 1
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-ip32/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#define cpu_has_dsp 0
#define cpu_has_4k_cache 1
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0


#define cpu_has_mips32r1 0
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-rm/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define cpu_has_nofpuex 0
#define cpu_has_64bits 1
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0

#define cpu_has_mips32r1 0
#define cpu_has_mips32r2 0
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-sibyte/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define cpu_has_ic_fills_f_dc 0
#define cpu_has_dsp 0
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0
#define cpu_icache_snoops_remote_store 0

#define cpu_has_nofpuex 0
Expand Down
1 change: 1 addition & 0 deletions include/asm-mips/mach-yosemite/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define cpu_has_ic_fills_f_dc 0
#define cpu_has_dsp 0
#define cpu_has_mipsmt 0
#define cpu_has_userlocal 0
#define cpu_icache_snoops_remote_store 0

#define cpu_has_nofpuex 0
Expand Down

0 comments on commit ed203da

Please sign in to comment.