aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2013-08-01 22:09:57 +0000
committerPeter Grehan <grehan@FreeBSD.org>2013-08-01 22:09:57 +0000
commit672ed870a77238165e29d91823c7b564ec95ffbf (patch)
tree15a0d1703ee9cc7d7009aa072f4f6d38a7cd6026 /sys/modules/Makefile
parent15b996d74243d0060fee414670a6a758490bfca2 (diff)
parent04ae0d7cc59570c90e76d05fb1fa8f45e7c80895 (diff)
downloadsrc-672ed870a77238165e29d91823c7b564ec95ffbf.tar.gz
src-672ed870a77238165e29d91823c7b564ec95ffbf.zip
IFC @ r253862
- change the SI_SUB_RUN_SCHEDULER sysinits in hv_utilc and hv_netvsc_drv_freebsd.c to SI_SUB_KTHREAD_IDLE, since the former is no longer in FreeBSD. The use of these SYSINITs can probably be removed.
Notes
Notes: svn path=/projects/hyperv/; revision=253869
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 5ffa6b2c2dd5..badfdd93b956 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -284,7 +284,6 @@ SUBDIR= \
re \
reiserfs \
rl \
- ${_runfw} \
${_s3} \
${_safe} \
${_sbni} \
@@ -446,7 +445,6 @@ _fxp= fxp
_ispfw= ispfw
_mwlfw= mwlfw
_ralfw= ralfw
-_runfw= runfw
_sf= sf
_sn= sn
_ti= ti
@@ -825,6 +823,7 @@ _sound= sound
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_opensolaris= opensolaris
.endif
+_wi= wi
.endif
.if ${MACHINE_ARCH} == "powerpc64"