aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-04-16 07:56:58 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-04-16 07:56:58 +0000
commitc4a7d3bc985b2f802a69eeacf591e0c9f7828a5c (patch)
treeca788edb185178ee5c04cc6b2f150f6e86105d17 /sys/dev/bktr
parentf88d1687fb4cb929402424fa091b0a9ba93edffb (diff)
Notes
Diffstat (limited to 'sys/dev/bktr')
-rw-r--r--sys/dev/bktr/bktr_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_os.h b/sys/dev/bktr/bktr_os.h
index d3581887e3e7..2e1ff269c409 100644
--- a/sys/dev/bktr/bktr_os.h
+++ b/sys/dev/bktr/bktr_os.h
@@ -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)