summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/param.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-07-12 16:32:10 +0000
committerdfr <dfr@FreeBSD.org>1998-07-12 16:32:10 +0000
commitf32529a069bfebb420cab43f9e7361c2228cdf28 (patch)
tree74bee6460f72b87a7f17988f40587628cc6bb45d /sys/alpha/include/param.h
parentf2d6c2242323d194129b413af52c028f2eca77c2 (diff)
downloadFreeBSD-src-f32529a069bfebb420cab43f9e7361c2228cdf28.zip
FreeBSD-src-f32529a069bfebb420cab43f9e7361c2228cdf28.tar.gz
Overhaul the spl system so that it actually works properly.
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r--sys/alpha/include/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 63e203c..e5b0e90 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $Id: param.h,v 1.3 1998/06/10 10:55:15 dfr Exp $ */
+/* $Id: param.h,v 1.4 1998/06/14 13:45:13 dfr Exp $ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
/*
@@ -160,8 +160,6 @@
#define alpha_btop(x) ((unsigned long)(x) >> PAGE_SHIFT)
#define alpha_ptob(x) ((unsigned long)(x) << PAGE_SHIFT)
-#include <machine/intr.h>
-
#ifdef _KERNEL
#ifndef _LOCORE
OpenPOWER on IntegriCloud