From owner-freebsd-arm@FreeBSD.ORG Tue May 21 13:36:14 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2A0826F3; Tue, 21 May 2013 13:36:14 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id D3FC118F; Tue, 21 May 2013 13:36:13 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 54D55EDCAE; Tue, 21 May 2013 15:36:12 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id zk+wLJSz+YZP; Tue, 21 May 2013 15:36:11 +0200 (CEST) Received: from [10.0.2.117] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id 97366EDC7F; Tue, 21 May 2013 15:36:11 +0200 (CEST) Message-ID: <519B784B.309@semihalf.com> Date: Tue, 21 May 2013 15:36:11 +0200 From: Zbyszek Bodek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Daan Vreeken Subject: Re: New pmap-v6.c features and improvements References: <1369140372-2896841922.f4e75ccd77@bliksem.vehosting.nl> <519B6B1C.9060008@semihalf.com> <201305211515.19249.Daan@vitsch.nl> In-Reply-To: <201305211515.19249.Daan@vitsch.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org, Alan Cox , ray@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 13:36:14 -0000 On 21.05.2013 15:15, Daan Vreeken wrote: > Hi Zbyszek, > > On Tuesday 21 May 2013 14:39:56 Zbyszek Bodek wrote: >> Hello Everyone, >> >> I would like to introduce another pack of patches for pmap-v6.c and >> related, that we created as a part of Semihalf work on Superpages support. >> >> The patches include some major changes like: > .. >> And some minor clean-ups: >> - Get rid of the VERBOSE_INIT_ARM option > .. > > Just a small request: Could you leave the VERBOSE_INIT_ARM printf()'s intact? > VERBOSE_INIT_ARM is typically one of the first things I enable when I'm > hunting down problems during board bring-up. > > > Regards, > Hello Daan, To which files are you referring? VERBOSE_INIT_ARM is useless in pmap as pmap functions that are using VERBOSE_INIT_ARM are called before the console is initialized so no benefit from printfs... What is your opinion. Best regards Zbyszek Bodek