Date: Sun, 12 Sep 2010 22:45:36 +0530 From: "Jayachandran C." <c.jayachandran@gmail.com> To: "M. Warner Losh" <imp@bsdimp.com> Cc: freebsd-mips@freebsd.org Subject: Re: patch - remove psracccess.S Message-ID: <AANLkTi=FWh9uhWR4i4N-xRk4vD8RhsZBjnSdLtPUXsJa@mail.gmail.com> In-Reply-To: <20100912.102645.1055929314662048689.imp@bsdimp.com> References: <AANLkTin1hSK6w2n7YhmS%2BWKXzyLYkDTivN7XHn%2B99nH2@mail.gmail.com> <20100912.102645.1055929314662048689.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 12, 2010 at 9:56 PM, M. Warner Losh <imp@bsdimp.com> wrote: > In message: <AANLkTin1hSK6w2n7YhmS+WKXzyLYkDTivN7XHn+99nH2@mail.gmail.com= > > =A0 =A0 =A0 =A0 =A0 =A0"Jayachandran C." <c.jayachandran@gmail.com> write= s: > : 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 it would be better to move it there than to add the inline functions here. JC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=FWh9uhWR4i4N-xRk4vD8RhsZBjnSdLtPUXsJa>