From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 00:37:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E5431065673 for ; Fri, 29 Oct 2010 00:37:47 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4213A8FC19 for ; Fri, 29 Oct 2010 00:37:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T0blO7043171 for ; Fri, 29 Oct 2010 00:37:47 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T0blsD043168 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 00:37:47 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010290037.o9T0blsD043168@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 29 Oct 2010 00:37:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/common main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 00:37:47 -0000 nwhitehorn 2010-10-29 00:37:35 UTC FreeBSD src repository Modified files: sys/boot/ofw/common main.c Log: SVN rev 214495 on 2010-10-29 00:37:35Z by nwhitehorn Fix the printf() in init_heap so that it can run before the console is up. Pointed out by: marius Revision Changes Path 1.11 +5 -1 src/sys/boot/ofw/common/main.c