1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Take out the stack alias inadvertantly added by my commit.

Reported by:	Peter Lei
This commit is contained in:
Randall Stewart 2018-06-07 20:57:12 +00:00
parent db9cb3e823
commit 401e870791
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334815

View File

@ -19,6 +19,5 @@ SRCS+= opt_kern_tls.h
CFLAGS+= -DMODNAME=${KMOD} CFLAGS+= -DMODNAME=${KMOD}
CFLAGS+= -DSTACKNAME=${STACKNAME} CFLAGS+= -DSTACKNAME=${STACKNAME}
CFLAGS+= -DSTACKALIAS=rack_18q21
.include <bsd.kmod.mk> .include <bsd.kmod.mk>