summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpufunc.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-07 19:51:59 +0000
committerpeter <peter@FreeBSD.org>1997-05-07 19:51:59 +0000
commitba911fbf391fdcce6bc88c01001c16b8761bb14b (patch)
tree2f67fce9488d3097d15c3269bcbc037296987569 /sys/i386/include/cpufunc.h
parent58a597c212fcde9051e7718069c7edd0b2f82de8 (diff)
downloadFreeBSD-src-ba911fbf391fdcce6bc88c01001c16b8761bb14b.zip
FreeBSD-src-ba911fbf391fdcce6bc88c01001c16b8761bb14b.tar.gz
remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate on
a comment.
Diffstat (limited to 'sys/i386/include/cpufunc.h')
-rw-r--r--sys/i386/include/cpufunc.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h
index 53e5224..be861b2 100644
--- a/sys/i386/include/cpufunc.h
+++ b/sys/i386/include/cpufunc.h
@@ -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.64 1997/04/26 20:04:18 peter Exp $
+ * $Id: cpufunc.h,v 1.65 1997/04/28 00:24:59 fsmp Exp $
*/
/*
@@ -42,11 +42,6 @@
#include <sys/cdefs.h>
#include <sys/types.h>
-#include <machine/smp.h>
-
-#ifdef KERNEL
-#include "opt_smp.h"
-#endif
#ifdef __GNUC__
@@ -210,7 +205,8 @@ invd(void)
#ifdef SMP
/*
- * When using APIC IPI's, the inlining cost is prohibitive..
+ * When using APIC IPI's, the inlining cost is prohibitive since the call
+ * executes into the IPI transmission system.
*/
void invlpg __P((u_int addr));
void invltlb __P((void));
OpenPOWER on IntegriCloud