From owner-cvs-src@FreeBSD.ORG Fri Mar 28 08:56:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD481106566C; Fri, 28 Mar 2008 08:56:40 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.visit.se (mail.visit.se [85.194.0.110]) by mx1.freebsd.org (Postfix) with ESMTP id 815448FC12; Fri, 28 Mar 2008 08:56:40 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by mail.visit.se (Postfix, from userid 503) id 54F482468059; Fri, 28 Mar 2008 09:56:48 +0100 (CET) Received: from mail.stunet.se (mail.stunet.se [85.194.0.111]) by mail.visit.se (Postfix) with ESMTP id C586436E0402; Fri, 28 Mar 2008 09:56:45 +0100 (CET) Received: from [10.0.0.3] (cust.fiber-lan.vnet.lk.85.194.50.150.stunet.se [85.194.50.150]) by mail.stunet.se (Postfix) with ESMTP id 602293660A; Fri, 28 Mar 2008 09:56:39 +0100 (CET) Message-ID: <47ECB2CF.8000709@gmail.com> Date: Fri, 28 Mar 2008 09:56:47 +0100 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Brooks Davis References: <200803280819.m2S8J3kB039045@repoman.freebsd.org> <47ECB095.50705@gmail.com> <20080328085158.GA52768@lor.one-eyed-alien.net> In-Reply-To: <20080328085158.GA52768@lor.one-eyed-alien.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on mail.visit.se X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.6 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 08:56:41 -0000 Brooks Davis wrote: > Arg. Thanks for the catch. > > -- Brooks > > On Fri, Mar 28, 2008 at 09:47:17AM +0100, Niclas Zeising wrote: >> [Sorry brooks, forgot to use "reply all", resending] >> >> Brooks Davis wrote: >>> brooks 2008-03-28 08:19:03 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/i386/i386 pmap.c Log: >>> Use ; instead of : to end a line. >>> Submitted by: Niclas Zeising >>> Revision Changes Path >>> 1.612 +3 -1 src/sys/i386/i386/pmap.c >>> _______________________________________________ >>> cvs-all@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/cvs-all >>> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >>> >> Thanks! >> Not to be nit-picking or anything, but was it on purpose you made an >> #if 0 #endif around a KASSERT around line 2627? Or did that sneak in by >> accident? >> Regards! >> Niclas >> No worries. It seemed a little strange a one-line patch resulted in a +3 -1 cvs change. :) Thanks for the prompt reply! Regards! Niclas