From owner-freebsd-mips@FreeBSD.ORG Sun Feb 12 17:02:57 2012 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2C5E106564A; Sun, 12 Feb 2012 17:02:57 +0000 (UTC) (envelope-from rmh.aybabtu@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 905ED8FC18; Sun, 12 Feb 2012 17:02:57 +0000 (UTC) Received: by iaeo4 with SMTP id o4so3743702iae.13 for ; Sun, 12 Feb 2012 09:02:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=igD9Hx/njlgNb5Waew294AbVat2W7xvhVGH2AOHRR7c=; b=lO1VC4NUbI3/Un4cB2zY592GfHDvK9Esuy0fTn4EAgQhOcNeDKWodFC+XzndladHRB IbsusW5ct2xXN6T+7x3sEUlxHvuQxQoCJz9ntwZ54dOH1Q9pb5Vi3ob0xBOMWNvPxECD 6BUC80H7Q1zQ0EhfdW2JjgINoRB+kPVCbbkb4= MIME-Version: 1.0 Received: by 10.50.236.73 with SMTP id us9mr15008709igc.16.1329064685253; Sun, 12 Feb 2012 08:38:05 -0800 (PST) Sender: rmh.aybabtu@gmail.com Received: by 10.43.130.201 with HTTP; Sun, 12 Feb 2012 08:38:04 -0800 (PST) In-Reply-To: <4F344B84.4040107@freebsd.org> References: <4F344B84.4040107@freebsd.org> Date: Sun, 12 Feb 2012 16:38:04 +0000 X-Google-Sender-Auth: Y-3kS0WdXu4BD7fTU_Oif0tbysw Message-ID: From: Robert Millan To: Oleksandr Tymoshenko Content-Type: text/plain; charset=UTF-8 Cc: freebsd-mips@freebsd.org Subject: Re: [PATCH] Retrieval of TLS pointer via RDHWR X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 17:02:57 -0000 El 9 de febrer de 2012 22:41, Oleksandr Tymoshenko ha escrit: > Hi Robert, > > It's a shame that it took a year to commit this patch :( but finally it > made it to SVN. I modified it a little bit to be more universal and > MIPS64-compatible. Nice, thanks! I think it'd still be a good idea to handle the delay slot case as Jayachandran pointed out, even if it's going to be used very rarely (if ever). Unfortunately, I don't have time for MIPS work atm. Maybe in a few months...