j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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@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; }