From owner-svn-src-projects@FreeBSD.ORG Thu May 12 02:00:37 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4761065673; Thu, 12 May 2011 02:00:37 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id A8F268FC16; Thu, 12 May 2011 02:00:36 +0000 (UTC) Received: by yie12 with SMTP id 12so479134yie.13 for ; Wed, 11 May 2011 19:00:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=cWqj3odxt1pjv7KwThOXJ7fvTWMMvwpw8dD49YHcpbE=; b=xmMD0kOEgABAeQ6NQC9jM+JtindC8mJrlGgx9jB+wCzrD9qFyC8J4Id39rz9IMEA30 9HQ74g2sIjwRkVoPzZcgreQwfig8c75MIlbsI5W5BIBOX/Fs75p2gGaRVLiztwe+pLwM Ir2Psj3AuDIijKWfZeZVx6NAs/4NEAyqWulGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=uIw2/y6KBQEQWS6lXbQJtVhNEVbnt/qruSbG8ov/s8a0nd2vqsl7FfTh0Z/OmcoFTo tWJCUwRJXyX5p2qlHx24TF5EWcjBg+rEw91Z5Rhc+FuF50w7S3XXK/OtNKlCV6oJaU2y O86yrcKR6X7LALNwtpnT3DQIlrebLZmMcFkA0= MIME-Version: 1.0 Received: by 10.236.180.36 with SMTP id i24mr5592527yhm.305.1305165635960; Wed, 11 May 2011 19:00:35 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.236.111.33 with HTTP; Wed, 11 May 2011 19:00:35 -0700 (PDT) In-Reply-To: <20110511215019.GU92688@alchemy.franken.de> References: <201105112115.p4BLFCGW006442@svn.freebsd.org> <20110511215019.GU92688@alchemy.franken.de> Date: Thu, 12 May 2011 04:00:35 +0200 X-Google-Sender-Auth: 1wpaThzQTzFj9y3u_vOAlf3CA9o Message-ID: From: Attilio Rao To: Marius Strobl Content-Type: text/plain; charset=UTF-8 Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221791 - projects/largeSMP/sys/sparc64/include X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 02:00:37 -0000 2011/5/11 Marius Strobl : > On Wed, May 11, 2011 at 11:28:33PM +0200, Attilio Rao wrote: >> 2011/5/11 Marius Strobl : >> > Author: marius >> > Date: Wed May 11 21:15:12 2011 >> > New Revision: 221791 >> > URL: http://svn.freebsd.org/changeset/base/221791 >> >> Thanks a lot for your commit. >> I see you didn't commit yet the mp_machdep part, is that any problem with it? > > Given that I currently don't understand how the remaining problems > I'm seeing with largeSMP actually can happen I'm just using the > hack of just changing the 32-bit assembler instructions into 64-bit > ones assuming that _NCPUWORDS is 1 for now as I described earlier. > So the properly converted mp_exception.S isn't really tested so far, > which is why I haven't commited it, yet, if that's what you meant > by mp_machdep part. Yes, sorry. Could you please explain what the code you are trying to change does? Attilio -- Peace can only be achieved by understanding - A. Einstein