From: Sascha Wildner Date: Tue, 30 Jan 2007 15:53:30 +0000 (+0000) Subject: Remove unused VIRTUAL_KERNEL option. X-Git-Tag: v2.0.1~3594 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/72731f2a7aa747b02842d659938fb0665fe1959d Remove unused VIRTUAL_KERNEL option. OK-by: dillon --- diff --git a/sys/conf/options b/sys/conf/options index 3d256778ff..c02cdf5574 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $ -# $DragonFly: src/sys/conf/options,v 1.61 2007/01/19 07:23:42 dillon Exp $ +# $DragonFly: src/sys/conf/options,v 1.62 2007/01/30 15:53:30 swildner Exp $ # # On the handling of kernel options # @@ -389,7 +389,6 @@ DONTPROBE_1284 opt_ppb_1284.h ENABLE_ALART opt_intpm.h # These cause changes all over the kernel -VIRTUAL_KERNEL opt_global.h BLKDEV_IOSIZE opt_global.h DEBUG opt_global.h DEBUG_LOCKS opt_global.h diff --git a/sys/config/VKERNEL b/sys/config/VKERNEL index 754a2e3330..6f2cfb6195 100644 --- a/sys/config/VKERNEL +++ b/sys/config/VKERNEL @@ -1,6 +1,6 @@ # VKERNEL - test rid for virtual kernel # -# $DragonFly: src/sys/config/VKERNEL,v 1.9 2007/01/19 07:23:42 dillon Exp $ +# $DragonFly: src/sys/config/VKERNEL,v 1.10 2007/01/30 15:53:30 swildner Exp $ platform vkernel # platform architecture (i386, vkernel, etc) machine i386 @@ -13,7 +13,6 @@ makeoptions DEBUG=-g cpu I586_CPU cpu I686_CPU -options VIRTUAL_KERNEL options DEBUG_PCTRACK options KTR