diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-05-07 19:51:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-05-07 19:51:59 +0000 |
| commit | f40e607832508930bf90b58b1f541287aadd93df (patch) | |
| tree | 3ae76c2a760aee837f3773e1a1514b23c776d86d | |
| parent | b34b547455ef5b1df7595d0be864d9c49cc83695 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/include/cpufunc.h | 10 | ||||
| -rw-r--r-- | sys/i386/include/cpufunc.h | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index 53e52249bd37..be861b277801 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/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)); diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 53e52249bd37..be861b277801 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)); |
