[OpenBIOS] [commit] r684 - trunk/openbios-devel/arch/unix

repository service svn at openbios.org
Sun Mar 7 17:36:31 CET 2010


Author: blueswirl
Date: Sun Mar  7 17:36:30 2010
New Revision: 684
URL: http://tracker.coreboot.org/trac/openbios/changeset/684

Log:
Fix Unix target build on PPC host

Signed-off-by: Blue Swirl <blauwirbel at gmail.com>

Modified:
   trunk/openbios-devel/arch/unix/unix.c

Modified: trunk/openbios-devel/arch/unix/unix.c
==============================================================================
--- trunk/openbios-devel/arch/unix/unix.c	Mon Feb 22 19:52:34 2010	(r683)
+++ trunk/openbios-devel/arch/unix/unix.c	Sun Mar  7 17:36:30 2010	(r684)
@@ -73,6 +73,13 @@
     return 0;
 }
 
+#ifdef CONFIG_PPC
+extern void flush_icache_range(char *start, char *stop);
+
+void flush_icache_range(char *start, char *stop)
+{
+}
+#endif
 
 #if 0
 static void write_dictionary(char *filename)



More information about the OpenBIOS mailing list