Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Fix a CPU definition for Cobalt
@ 2006-01-19 19:24 Martin Michlmayr
  2006-01-19 21:04 ` Ralf Baechle
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Michlmayr @ 2006-01-19 19:24 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

[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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-17 19:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-19 19:24 Fix a CPU definition for Cobalt Martin Michlmayr
2006-01-19 21:04 ` Ralf Baechle
2006-01-19 21:45   ` Martin Michlmayr
2006-01-20 15:01     ` Ralf Baechle
2006-01-20 15:10       ` Martin Michlmayr
2006-01-20 15:19         ` Ralf Baechle
2006-01-20 16:00           ` Martin Michlmayr
2006-02-17 19:14     ` Martin Michlmayr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox