Caught up with the changes in interruption stuff.
This commit is contained in:
parent
7e5a5e20d0
commit
3a90d13877
@ -207,10 +207,11 @@ static BS_INLINE void memcopy __P((void *from, void *to, register size_t len));
|
||||
u_int32_t bs_adapter_info __P((int));
|
||||
#define delay(y) DELAY(y)
|
||||
extern int dma_init_flag;
|
||||
extern volatile u_int spending;
|
||||
|
||||
#define softintr(y) do { \
|
||||
atomic_set_int(&spending, 1 << y); \
|
||||
sched_ithd((void*)SOFTINTR); \
|
||||
sched_softintr(); \
|
||||
} while(0);
|
||||
|
||||
static BS_INLINE void
|
||||
|
Loading…
x
Reference in New Issue
Block a user