Module Name:    src
Committed By:   jmcneill
Date:           Mon Oct 17 23:24:05 UTC 2011

Modified Files:
        src/sys/arch/x86/conf: files.x86

Log Message:
vmt needs sysmon_taskq


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/x86/conf/files.x86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.73 src/sys/arch/x86/conf/files.x86:1.74
--- src/sys/arch/x86/conf/files.x86:1.73	Mon Oct 17 22:39:22 2011
+++ src/sys/arch/x86/conf/files.x86	Mon Oct 17 23:24:05 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.x86,v 1.73 2011/10/17 22:39:22 jmcneill Exp $
+#	$NetBSD: files.x86,v 1.74 2011/10/17 23:24:05 jmcneill Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -61,7 +61,7 @@ device	viac7temp: sysmon_envsys
 attach	viac7temp at cpufeaturebus
 file	arch/x86/x86/viac7temp.c	viac7temp
 
-device	vmt: sysmon_power
+device	vmt: sysmon_power, sysmon_taskq
 attach	vmt at cpufeaturebus
 file	arch/x86/x86/vmt.c		vmt
 

Reply via email to