Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Remove ksem module reference



details:   https://anonhg.NetBSD.org/src/rev/7a6f6d4f895d
branches:  trunk
changeset: 830074:7a6f6d4f895d
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Feb 25 10:17:12 2018 +0000

description:
Remove ksem module reference

This does not exist in HEAD.

It looks like accidentally committed in:

Add new modules (for i386 and amd64 only) for the imcsmb SMBus driver.
src/sys/modules/Makefile r1.200

diffstat:

 sys/modules/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 96c7b7aaa9dc -r 7a6f6d4f895d sys/modules/Makefile
--- a/sys/modules/Makefile      Sun Feb 25 10:04:04 2018 +0000
+++ b/sys/modules/Makefile      Sun Feb 25 10:17:12 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.200 2018/02/25 08:20:28 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.201 2018/02/25 10:17:12 kamil Exp $
 
 .include <bsd.own.mk>
 
@@ -76,7 +76,6 @@
 SUBDIR+=       ip_ecn
 SUBDIR+=       ipl
 SUBDIR+=       kernfs
-SUBDIR+=       ksem
 SUBDIR+=       layerfs
 SUBDIR+=       lfs
 SUBDIR+=       lua



Home | Main Index | Thread Index | Old Index