Remove debugging code
This commit is contained in:
parent
f88d1687fb
commit
c4a7d3bc98
@ -59,7 +59,7 @@ void free_bktr_mem(bktr_ptr_t, bus_dmamap_t, vm_offset_t);
|
||||
/************************************/
|
||||
/* *** Interrupt Enable/Disable *** */
|
||||
/************************************/
|
||||
#if defined(__XFreeBSD__)
|
||||
#if defined(__FreeBSD__)
|
||||
#define DECLARE_INTR_MASK(s) intrmask_t s
|
||||
#define DISABLE_INTR(s) s=spltty()
|
||||
#define ENABLE_INTR(s) splx(s)
|
||||
|
Loading…
Reference in New Issue
Block a user