Date: Thu, 28 Oct 2010 23:46:05 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/ofw/common main.c src/sys/boot/ofw/libofw ofw_memory.c openfirm.c Message-ID: <201010282346.o9SNkKrf038053@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-10-28 23:46:05 UTC
FreeBSD src repository
Modified files:
sys/boot/ofw/common main.c
sys/boot/ofw/libofw ofw_memory.c openfirm.c
Log:
SVN rev 214493 on 2010-10-28 23:46:05Z by nwhitehorn
Fix some memory management issues discovered when trying to boot the PPC
OF loader on systems where address cells and size cells are both 2 (the
Mambo simulator) and fix an error where cons_probe() was called before
init_heap() but used malloc() to set environment variables.
MFC after: 1 month
Revision Changes Path
1.10 +18 -22 src/sys/boot/ofw/common/main.c
1.8 +10 -4 src/sys/boot/ofw/libofw/ofw_memory.c
1.16 +7 -2 src/sys/boot/ofw/libofw/openfirm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010282346.o9SNkKrf038053>
