From owner-freebsd-mips@FreeBSD.ORG Mon Sep 13 02:31:35 2010 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 B994C106566C for ; Mon, 13 Sep 2010 02:31:35 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4FCE78FC1A for ; Mon, 13 Sep 2010 02:31:34 +0000 (UTC) Received: by wwb13 with SMTP id 13so2471760wwb.1 for ; Sun, 12 Sep 2010 19:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mfiAkr65POkG/JdTJaUR2vYBPmqMYcMqwPPuAE12tPg=; b=tOPSOxIfRLrk35KbTVE1cKuMaAIHpLq1BExMO0ioJsIFe9U+paN+ZhQS72XrxhtFE3 iQ2nEgo6qhNJqEuRmxwNilIdU8iUkIWYmR7zuadOn2pbICbmdXx1h8/6e/qPKcUvwvES cTY46czr+vx5HrpBnPTk0/Q5YLHrwnsuLdM+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=P+a48VxK8FuhP5TYPNvc1JLshLHB48KJ5uDmDrpmpkv10aIgvJej40EhoIWY8JdEsT ybyssXlGd1Z3xE3eDNDbUZcih+teXOZfndHyQeOlQ2pHqEHXoZ0Vn4STv61rZiz/z22Y wbfTYriXAvzWIimxyst+TztVryyT8nubN9WJs= MIME-Version: 1.0 Received: by 10.216.159.72 with SMTP id r50mr3607935wek.92.1284345094178; Sun, 12 Sep 2010 19:31:34 -0700 (PDT) Received: by 10.216.133.5 with HTTP; Sun, 12 Sep 2010 19:31:34 -0700 (PDT) In-Reply-To: References: Date: Sun, 12 Sep 2010 19:31:34 -0700 Message-ID: From: Neel Natu To: "Jayachandran C." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: patch - remove psracccess.S 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: Mon, 13 Sep 2010 02:31:35 -0000 Hi JC, On Sun, Sep 12, 2010 at 4:20 AM, Jayachandran C. wrote: > The functions in sys/mips/mips/psraccess.S can be implemented with > mips_rd_status/mips_wr_status. Here's patch that does that. =A0 If there > are no objections, I will commit this some time tomorrow. > Your patch looks fine. I don't see anybody making use of get_intr_mask() so you could choose to nuke it. best Neel > JC. > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > >