summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-04-30 21:54:01 +0000
committerfsmp <fsmp@FreeBSD.org>1997-04-30 21:54:01 +0000
commit76ba852fc378d6372b38776ea0e3cffcd72ad38e (patch)
tree532d46830afe9e1da4347906ce0eca235a5cdc01 /share/mk
parentb07e05ad3fad71798c638c1e41383d3846787e26 (diff)
downloadFreeBSD-src-76ba852fc378d6372b38776ea0e3cffcd72ad38e.zip
FreeBSD-src-76ba852fc378d6372b38776ea0e3cffcd72ad38e.tar.gz
removed:
opt_smp_invltlb.h from: SMPHDRS= opt_smp.h opt_smp_invltlb.h SMP_INVLTLB is no longer a valid config option, the invalidation of the TLB via inter-CPU IPIs is now standard when APIC_IO is used.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kmod.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index e4a67dc..2d894f0 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.kmod.mk,v 1.33 1997/04/30 06:04:17 ache Exp $
+# $Id: bsd.kmod.mk,v 1.34 1997/04/30 20:56:37 bde Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
# <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists,
@@ -98,7 +98,7 @@ MODUNLOAD?= /sbin/modunload
#
CFLAGS+= -I.
CLEANFILES= ${SMPHDRS}
-SMPHDRS= opt_smp.h opt_smp_invltlb.h
+SMPHDRS= opt_smp.h
beforedepend: ${SMPHDRS}
OpenPOWER on IntegriCloud