All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] try#2 Fix non-SMP build Sibyte 1250 SOC, kernel linux-mips.git master
@ 2007-02-10  1:35 tigerand
  2007-02-13 15:54 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: tigerand @ 2007-02-10  1:35 UTC (permalink / raw)
  To: linux-mips

	Try #2, sorry, first patch was reversed.

    	Fix build of non-SMP for Sibyte 1250 SOC
    
    Signed-off-by: Andrew Sharp <tigerand@gmail.com>

diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c
index 3a8afd4..9ea460b 100644
--- a/arch/mips/mm/c-sb1.c
+++ b/arch/mips/mm/c-sb1.c
@@ -259,6 +259,12 @@ static void sb1_flush_cache_data_page(unsigned long addr)
 		on_each_cpu(sb1_flush_cache_data_page_ipi, (void *) addr, 1, 1);
 }
 #else
+
+static void local_sb1_flush_cache_data_page(unsigned long addr)
+{
+	__sb1_writeback_inv_dcache_range(addr, addr + PAGE_SIZE);
+}
+
 void sb1_flush_cache_data_page(unsigned long)
 	__attribute__((alias("local_sb1_flush_cache_data_page")));
 #endif

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

* Re: [PATCH] try#2 Fix non-SMP build Sibyte 1250 SOC, kernel linux-mips.git master
  2007-02-10  1:35 [PATCH] try#2 Fix non-SMP build Sibyte 1250 SOC, kernel linux-mips.git master tigerand
@ 2007-02-13 15:54 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-02-13 15:54 UTC (permalink / raw)
  To: tigerand; +Cc: linux-mips

On Fri, Feb 09, 2007 at 05:35:28PM -0800, tigerand@gmail.com wrote:

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2007-02-13 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10  1:35 [PATCH] try#2 Fix non-SMP build Sibyte 1250 SOC, kernel linux-mips.git master tigerand
2007-02-13 15:54 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.