[OpenBIOS] [commit] r740 - trunk/openbios-devel/libopenbios

repository service svn at openbios.org
Mon Apr 12 12:03:06 CEST 2010


Author: mcayland
Date: Mon Apr 12 12:03:05 2010
New Revision: 740
URL: http://tracker.coreboot.org/trac/openbios/changeset/740

Log:
Revert r739 since the update translations code only updates the OpenBIOS properties and not the real MMU translations.

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

Modified:
   trunk/openbios-devel/libopenbios/ofmem_common.c

Modified: trunk/openbios-devel/libopenbios/ofmem_common.c
==============================================================================
--- trunk/openbios-devel/libopenbios/ofmem_common.c	Sat Apr 10 13:08:57 2010	(r739)
+++ trunk/openbios-devel/libopenbios/ofmem_common.c	Mon Apr 12 12:03:05 2010	(r740)
@@ -401,6 +401,8 @@
 	}
 	add_entry( phys, size, &ofmem->phys_range );
 
+	ofmem_update_translations();
+
 	return phys;
 }
 



More information about the OpenBIOS mailing list