mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Remove debugging code
This commit is contained in:
parent
f88d1687fb
commit
c4a7d3bc98
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue