From: niklas Date: Thu, 2 May 1996 07:33:43 +0000 (+0000) Subject: Fixup of a merge error X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d3ff9706ae108b2e6f30a42906bcdc773c0fcbe7;p=openbsd Fixup of a merge error --- diff --git a/sys/arch/amiga/include/psl.h b/sys/arch/amiga/include/psl.h index 130934c5a93..708b63887e8 100644 --- a/sys/arch/amiga/include/psl.h +++ b/sys/arch/amiga/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.4 1996/05/02 06:44:46 niklas Exp $ */ +/* $OpenBSD: psl.h,v 1.5 1996/05/02 07:33:43 niklas Exp $ */ /* $NetBSD: psl.h,v 1.8 1996/04/21 21:13:22 veego Exp $ */ #ifndef _MACHINE_PSL_H_ @@ -8,13 +8,6 @@ #if defined(_KERNEL) && !defined(_LOCORE) -/* - * spl functions; all are normally done in-line - */ -#include - -#ifdef _KERNEL - static __inline int splraise(npsl) register int npsl;