[OpenBIOS] [commit] r700 - trunk/openbios-devel/arch/ppc/qemu

repository service svn at openbios.org
Sun Mar 14 22:14:05 CET 2010


Author: mcayland
Date: Sun Mar 14 22:14:04 2010
New Revision: 700
URL: http://tracker.coreboot.org/trac/openbios/changeset/700

Log:
Fix PPC build - it seems that changing the headers around was masking the fact that virt_offset was not being defined within 
ppc/qemu.c compared to the other PPC builds.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>

Modified:
   trunk/openbios-devel/arch/ppc/qemu/qemu.c

Modified: trunk/openbios-devel/arch/ppc/qemu/qemu.c
==============================================================================
--- trunk/openbios-devel/arch/ppc/qemu/qemu.c	Sun Mar 14 22:02:58 2010	(r699)
+++ trunk/openbios-devel/arch/ppc/qemu/qemu.c	Sun Mar 14 22:14:04 2010	(r700)
@@ -29,6 +29,8 @@
 
 //#define DUMP_NVRAM
 
+unsigned long virt_offset = 0;
+
 void
 exit( int status __attribute__ ((unused)))
 {



More information about the OpenBIOS mailing list