Remove debugging code

This commit is contained in:
roger 2000-04-16 07:56:58 +00:00
parent 5782953cb3
commit eb501ec28f

View File

@ -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)