Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Avoid compile warnings on Sibyte using 2.6.10-rc3
@ 2004-12-15 23:56 Manish Lachwani
  2004-12-16  3:11 ` Steven J. Hill
  0 siblings, 1 reply; 7+ messages in thread
From: Manish Lachwani @ 2004-12-15 23:56 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf, mlachwani

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

Hi Ralf,

The attached patch is needed to prevent the compilation warnings that
occur when using 2.6.10-rc3 on Sibyte. Please review 

Thanks
Manish Lachwani


[-- Attachment #2: patch-2610rc3-sibyte --]
[-- Type: text/plain, Size: 451 bytes --]

--- include/asm-mips/cpu-features.h.orig	2004-12-15 11:18:23.000000000 -0800
+++ include/asm-mips/cpu-features.h	2004-12-15 11:18:43.000000000 -0800
@@ -92,8 +92,10 @@
 #define cpu_icache_snoops_remote_store	(cpu_data[0].icache.flags & MIPS_IC_SNOOPS_REMOTE)
 #endif
 #else
+#ifndef cpu_icache_snoops_remote_store
 #define cpu_icache_snoops_remote_store	1
 #endif
+#endif
 
 /*
  * Certain CPUs may throw bizarre exceptions if not the whole cacheline

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

end of thread, other threads:[~2004-12-16  3:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-15 23:56 [PATCH] Avoid compile warnings on Sibyte using 2.6.10-rc3 Manish Lachwani
2004-12-16  3:11 ` Steven J. Hill
2004-12-16  3:28   ` Manish Lachwani
2004-12-16  3:49     ` Steven J. Hill
2004-12-16  3:49       ` Manish Lachwani
2004-12-16  3:54       ` Manish Lachwani
2004-12-16  3:57       ` Maciej W. Rozycki

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