patch - remove psracccess.S

Jayachandran C. c.jayachandran at gmail.com
Sun Sep 12 17:15:37 UTC 2010


On Sun, Sep 12, 2010 at 9:56 PM, M. Warner Losh <imp at bsdimp.com> wrote:
> In message: <AANLkTin1hSK6w2n7YhmS+WKXzyLYkDTivN7XHn+99nH2 at mail.gmail.com>
>            "Jayachandran C." <c.jayachandran at gmail.com> writes:
> : Index: sys/mips/include/md_var.h
> : ===================================================================
> : --- sys/mips/include/md_var.h (revision 212475)
> : +++ sys/mips/include/md_var.h (working copy)
> : @@ -75,9 +75,5 @@
> :  void platform_identify(void);
> :
> :  extern 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);
> :  #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


More information about the freebsd-mips mailing list