Don't expose spl functions to non-kernel.

This commit is contained in:
is 2005-01-28 10:19:57 +00:00
parent 12ee5f9c3a
commit 7fa7b64071
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.42 2005/01/23 17:27:03 chs Exp $ */
/* $NetBSD: param.h,v 1.43 2005/01/28 10:19:57 is Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@ -108,12 +108,12 @@
#define NKMEMPAGES_MIN_DEFAULT ((3 * 1024 * 1024) >> PAGE_SHIFT)
#define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
#ifdef _KERNEL
/*
* spl functions; all are normally done in-line
*/
#include <machine/intr.h>
#ifdef _KERNEL
/*
* point to the custom.intenar and custom.intenaw respectively.
*/