summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl_funcs.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-07-12 07:22:08 +0000
committerphk <phk@FreeBSD.org>1999-07-12 07:22:08 +0000
commit4fbf4d4788e561f32c334c2c8129d1d3b14b709e (patch)
treea3529536139ac7d60440d77ad8bf79143112c49a /sys/i386/isa/ipl_funcs.c
parent0b9cd510746a840d70b203e03477e927af895bfd (diff)
downloadFreeBSD-src-4fbf4d4788e561f32c334c2c8129d1d3b14b709e.zip
FreeBSD-src-4fbf4d4788e561f32c334c2c8129d1d3b14b709e.tar.gz
remove a set_cpl which survived last change.
Noticed by: mjacob
Diffstat (limited to 'sys/i386/isa/ipl_funcs.c')
-rw-r--r--sys/i386/isa/ipl_funcs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/ipl_funcs.c b/sys/i386/isa/ipl_funcs.c
index 4709c43..9e9e4f1 100644
--- a/sys/i386/isa/ipl_funcs.c
+++ b/sys/i386/isa/ipl_funcs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ipl_funcs.c,v 1.23 1999/07/10 21:57:52 alc Exp $
+ * $Id: ipl_funcs.c,v 1.24 1999/07/11 19:24:41 phk Exp $
*/
#include <sys/types.h>
@@ -207,7 +207,6 @@ unsigned NAME(void) \
IFCPL_LOCK(); \
x = cpl; \
cpl OP MODIFIER; \
- set_cpl; \
IFCPL_UNLOCK(); \
\
return (x); \
OpenPOWER on IntegriCloud