Module Name: src
Committed By: maxv
Date: Wed Sep 19 16:11:53 UTC 2018
Modified Files:
src/distrib/sets/lists/modules: md.i386
src/sys/modules/arch: archdirs.mk
Removed Files:
src/sys/modules/arch/x86/i386-xen: Makefile bsd.i386-xen.mk
Log Message:
Don't build the module sets for non-pae-32bit-pv. Noted by John D. Baker
on port-i386@, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/modules/md.i386
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/arch/archdirs.mk
cvs rdiff -u -r1.1 -r0 src/sys/modules/arch/x86/i386-xen/Makefile \
src/sys/modules/arch/x86/i386-xen/bsd.i386-xen.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/modules/md.i386
diff -u src/distrib/sets/lists/modules/md.i386:1.81 src/distrib/sets/lists/modules/md.i386:1.82
--- src/distrib/sets/lists/modules/md.i386:1.81 Tue Aug 28 09:42:10 2018
+++ src/distrib/sets/lists/modules/md.i386 Wed Sep 19 16:11:53 2018
@@ -1,7 +1,6 @@
-# $NetBSD: md.i386,v 1.81 2018/08/28 09:42:10 martin Exp $
+# $NetBSD: md.i386,v 1.82 2018/09/19 16:11:53 maxv Exp $
#
-# NOTE that there are three sets of files here:
-# @MODULEDIR@, i386-xen, and i386pae-xen
+# NOTE that there are two sets of files here: @MODULEDIR@ and i386pae-xen
#
./@MODULEDIR@/acpiacad base-kernel-modules kmod
Index: src/sys/modules/arch/archdirs.mk
diff -u src/sys/modules/arch/archdirs.mk:1.3 src/sys/modules/arch/archdirs.mk:1.4
--- src/sys/modules/arch/archdirs.mk:1.3 Mon Jun 22 06:46:27 2015
+++ src/sys/modules/arch/archdirs.mk Wed Sep 19 16:11:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: archdirs.mk,v 1.3 2015/06/22 06:46:27 matt Exp $
+# $NetBSD: archdirs.mk,v 1.4 2018/09/19 16:11:53 maxv Exp $
# list of subdirs used per-platform
@@ -7,7 +7,7 @@ ARCHDIR_SUBDIR= x86/amd64-xen
.endif
.if ${MACHINE} == "i386"
-ARCHDIR_SUBDIR= x86/i386-xen x86/i386pae-xen
+ARCHDIR_SUBDIR= x86/i386pae-xen
.endif
.if ${MACHINE_ARCH} == "powerpc"