From owner-svn-src-head@FreeBSD.ORG Mon Feb 2 20:23:38 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 627AB106573B; Mon, 2 Feb 2009 20:23:38 +0000 (UTC) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (dong.ci0.org [IPv6:2001:7a8:2066:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 901138FC0A; Mon, 2 Feb 2009 20:23:37 +0000 (UTC) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.14.1/8.13.8) with ESMTP id n12N0tCN058412; Tue, 3 Feb 2009 00:00:55 +0100 (CET) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.14.1/8.13.8/Submit) id n12N0tHR058411; Tue, 3 Feb 2009 00:00:55 +0100 (CET) (envelope-from doginou) Date: Tue, 3 Feb 2009 00:00:55 +0100 From: Olivier Houchard To: Christoph Mallon Message-ID: <20090202230054.GA58364@ci0.org> References: <200902022009.n12K9Ei5006072@svn.freebsd.org> <49875422.8070402@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49875422.8070402@gmx.de> User-Agent: Mutt/1.4.1i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r188019 - in head/sys/arm: arm sa11x0 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 20:23:40 -0000 On Mon, Feb 02, 2009 at 09:14:26PM +0100, Christoph Mallon wrote: > Olivier Houchard schrieb: > >Modified: head/sys/arm/sa11x0/assabet_machdep.c > >============================================================================== > >--- head/sys/arm/sa11x0/assabet_machdep.c Mon Feb 2 19:54:16 2009 > >(r188018) > >+++ head/sys/arm/sa11x0/assabet_machdep.c Mon Feb 2 20:09:14 2009 > >(r188019) > >@@ -272,7 +268,6 @@ initarm(void *arg, void *arg2) > > * This page will just contain the system vectors and can be > > * shared by all processes. > > */ > >- pt_size = round_page(freemempos) - physical_freestart; > > > > /* Allocate stacks for all modes */ > > valloc_pages(irqstack, IRQ_STACK_SIZE); > > What about the comment above? It seems to relate to the removed line. Actually, it refers to the line just before :) I'm going to move it up so it's more clear. Thanks, Olivier