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.
This commit is contained in:
Steve Passe 1997-04-30 21:54:01 +00:00
parent 035e8553c0
commit 7f7578c815
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25324
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 # 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. # The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
# <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists, # <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists,
@ -98,7 +98,7 @@ MODUNLOAD?= /sbin/modunload
# #
CFLAGS+= -I. CFLAGS+= -I.
CLEANFILES= ${SMPHDRS} CLEANFILES= ${SMPHDRS}
SMPHDRS= opt_smp.h opt_smp_invltlb.h SMPHDRS= opt_smp.h
beforedepend: ${SMPHDRS} beforedepend: ${SMPHDRS}

View file

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 # 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. # The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
# <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists, # <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists,
@ -98,7 +98,7 @@ MODUNLOAD?= /sbin/modunload
# #
CFLAGS+= -I. CFLAGS+= -I.
CLEANFILES= ${SMPHDRS} CLEANFILES= ${SMPHDRS}
SMPHDRS= opt_smp.h opt_smp_invltlb.h SMPHDRS= opt_smp.h
beforedepend: ${SMPHDRS} beforedepend: ${SMPHDRS}