Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2010 11:50:55 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        c.jayachandran@gmail.com
Cc:        freebsd-mips@FreeBSD.org
Subject:   Re: patch - remove psracccess.S
Message-ID:  <20100912.115055.475793127414924685.imp@bsdimp.com>
In-Reply-To: <AANLkTi=FWh9uhWR4i4N-xRk4vD8RhsZBjnSdLtPUXsJa@mail.gmail.com>
References:  <AANLkTin1hSK6w2n7YhmS%2BWKXzyLYkDTivN7XHn%2B99nH2@mail.gmail.com> <20100912.102645.1055929314662048689.imp@bsdimp.com> <AANLkTi=FWh9uhWR4i4N-xRk4vD8RhsZBjnSdLtPUXsJa@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

In message: <AANLkTi=FWh9uhWR4i4N-xRk4vD8RhsZBjnSdLtPUXsJa@mail.gmail.com>
            "Jayachandran C." <c.jayachandran@gmail.com> writes:
: On Sun, Sep 12, 2010 at 9:56 PM, M. Warner Losh <imp@bsdimp.com> wrote:
: > In message: <AANLkTin1hSK6w2n7YhmS+WKXzyLYkDTivN7XHn+99nH2@mail.gmail.com>
: >            "Jayachandran C." <c.jayachandran@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.

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100912.115055.475793127414924685.imp>