From owner-freebsd-current@FreeBSD.ORG Mon Jun 11 06:57:08 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9FDE16A468 for ; Mon, 11 Jun 2007 06:57:08 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9F98E13C4C2; Mon, 11 Jun 2007 06:57:08 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5B6v4fC095967; Mon, 11 Jun 2007 06:57:06 GMT (envelope-from davidxu@freebsd.org) Message-ID: <466CF264.3040409@freebsd.org> Date: Mon, 11 Jun 2007 14:57:40 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kip Macy References: <136a340a0706102032m56573d08h83fccb0656d373f2@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Nikolay Kalev , freebsd-current@freebsd.org Subject: Re: sun4v Tinderbox ! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 06:57:08 -0000 Kip Macy wrote: > I'm going to give Xu a couple more days to fix the fallout from his > pcpu changes. > > -Kip > > On 6/10/07, Nikolay Kalev wrote: > >> Can someone please fix the sun4v tree so others can test their code on >> recent ? >> >> Yes, I know, but adding a pad field to pcpu is not a complete solution, this can be broken again in future by someone who does not notice this. should we put a constraint on pcpu structure, for example: put a __align(64) there ? Regards, David Xu