remove #include of <machine/spl.h> - they are externed now

Reviewed by: bde
This commit is contained in:
Peter Wemm 1997-05-31 09:13:03 +00:00
parent c9bfe68408
commit 5354c7c8d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26305
2 changed files with 2 additions and 6 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: cpufunc.h,v 1.66 1997/05/07 19:51:59 peter Exp $
* $Id: cpufunc.h,v 1.67 1997/05/21 22:56:04 jdp Exp $
*/
/*
@ -420,6 +420,4 @@ void ltr __P((u_short sel));
u_int rcr0 __P((void));
u_long rcr3 __P((void));
#include <machine/spl.h> /* XXX belongs elsewhere */
#endif /* !_MACHINE_CPUFUNC_H_ */

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: cpufunc.h,v 1.66 1997/05/07 19:51:59 peter Exp $
* $Id: cpufunc.h,v 1.67 1997/05/21 22:56:04 jdp Exp $
*/
/*
@ -420,6 +420,4 @@ void ltr __P((u_short sel));
u_int rcr0 __P((void));
u_long rcr3 __P((void));
#include <machine/spl.h> /* XXX belongs elsewhere */
#endif /* !_MACHINE_CPUFUNC_H_ */