| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Fix a CPU definition for Cobalt |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Thu, 19 Jan 2006 19:24:14 +0000 |
| Cc: | linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11 |
[mips] Fix a CPU definition for Cobalt If cpu_icache_snoops_remote_store is not set, Cobalt will crash immediately when starting the kernel. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> --- a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h~ 2006-01-19 19:21:35.000000000 +0000 +++ b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h 2006-01-19 19:21:41.000000000 +0000 @@ -45,7 +45,7 @@ #define cpu_has_smartmips 0 #define cpu_has_vtag_icache 0 #define cpu_has_ic_fills_f_dc 0 -#define cpu_icache_snoops_remote_store 0 +#define cpu_icache_snoops_remote_store 1 #define cpu_has_dsp 0 #define cpu_has_mips32r1 0 -- Martin Michlmayr http://www.cyrius.com/ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [perfmon] Re: 2.6.13-rc2 perfmon2 new code base with MIPS5K/20K support + libpfm available, Stephane Eranian |
|---|---|
| Next by Date: | Re: [perfmon] Re: 2.6.13-rc2 perfmon2 new code base with MIPS5K/20K support + libpfm available, Philip Mucci |
| Previous by Thread: | [PATCH]: Fix RM52xx Support for SGI O2, Kumba |
| Next by Thread: | Re: Fix a CPU definition for Cobalt, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |