From owner-svn-src-head@FreeBSD.ORG Mon Feb 2 20:14:32 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 D4B1A1065686 for ; Mon, 2 Feb 2009 20:14:32 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1C5A18FC14 for ; Mon, 2 Feb 2009 20:14:31 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 02 Feb 2009 20:14:28 -0000 Received: from p54A3EDDF.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.237.223] by mail.gmx.net (mp008) with SMTP; 02 Feb 2009 21:14:28 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX18RD58hUxURGwMfjWec2c9kZT8C3nipPvNc750WQO kALN2E/BiKeoB9 Message-ID: <49875422.8070402@gmx.de> Date: Mon, 02 Feb 2009 21:14:26 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Olivier Houchard References: <200902022009.n12K9Ei5006072@svn.freebsd.org> In-Reply-To: <200902022009.n12K9Ei5006072@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58 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:14:33 -0000 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.