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

repository service svn at openbios.org
Sun Mar 30 19:31:19 CEST 2014


Author: mcayland
Date: Sun Mar 30 19:31:19 2014
New Revision: 1283
URL: http://tracker.coreboot.org/trac/openbios/changeset/1283

Log:
OFMEM: fix up debugging comment in ofmem_claim_phys().

It was mistakingly indicating ofmem_claim() as the source function rather than
ofmem_claim_phys().

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.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	Sun Mar 30 19:31:03 2014	(r1282)
+++ trunk/openbios-devel/libopenbios/ofmem_common.c	Sun Mar 30 19:31:19 2014	(r1283)
@@ -521,7 +521,7 @@
 /* if align != 0, phys is ignored. Returns -1 on error */
 phys_addr_t ofmem_claim_phys( phys_addr_t phys, ucell size, ucell align )
 {
-    OFMEM_TRACE("ofmem_claim phys=" FMT_plx " size=" FMT_ucellx
+    OFMEM_TRACE("ofmem_claim_phys phys=" FMT_plx " size=" FMT_ucellx
                 " align=" FMT_ucellx "\n",
                 phys, size, align);
 



More information about the OpenBIOS mailing list