From owner-freebsd-mips@FreeBSD.ORG Sun Sep 12 17:53:29 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 2F71D1065672 for ; Sun, 12 Sep 2010 17:53:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E3F8D8FC16 for ; Sun, 12 Sep 2010 17:53:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o8CHoneS050744; Sun, 12 Sep 2010 11:50:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 12 Sep 2010 11:50:55 -0600 (MDT) Message-Id: <20100912.115055.475793127414924685.imp@bsdimp.com> To: c.jayachandran@gmail.com From: "M. Warner Losh" In-Reply-To: References: <20100912.102645.1055929314662048689.imp@bsdimp.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 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: Sun, 12 Sep 2010 17:53:29 -0000 In message: "Jayachandran C." writes: : On Sun, Sep 12, 2010 at 9:56 PM, M. Warner Losh wrot= e: : > In message: : > =A0 =A0 =A0 =A0 =A0 =A0"Jayachandran C." = writes: : > : Index: sys/mips/include/md_var.h : > : =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D : > : --- sys/mips/include/md_var.h (revision 212475) : > : +++ sys/mips/include/md_var.h (working copy) : > : @@ -75,9 +75,5 @@ : > : =A0void platform_identify(void); : > : : > : =A0extern int busdma_swi_pending; : > : -void busdma_swi(void); : > : - : > : -u_int32_t set_intr_mask(u_int32_t); : > : -u_int32_t get_intr_mask(void); : > : - : > : +void busdma_swi(void); : > : =A0#endif /* !_MACHINE_MD_VAR_H_ */ : > : > This appears to be unrelated... : = : cpufunc.h had the other interrupt related definitions, so I thought i= t : would be better to move it there than to add the inline functions : here. I well, that part is true. I was talking about the +void busdma_swi(void) I saw at the end. I didn't notice that it was just an artifact of the patch somehow... Warner