Remove debugging code

This commit is contained in:
Roger Hardiman 2000-04-16 07:56:58 +00:00
parent f88d1687fb
commit c4a7d3bc98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59278

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)