Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/conf vmt needs sysmon_taskq



details:   https://anonhg.NetBSD.org/src/rev/1e5c65a2abf1
branches:  trunk
changeset: 770457:1e5c65a2abf1
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 17 23:24:05 2011 +0000

description:
vmt needs sysmon_taskq

diffstat:

 sys/arch/x86/conf/files.x86 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5fb33f64a41 -r 1e5c65a2abf1 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Mon Oct 17 22:40:31 2011 +0000
+++ b/sys/arch/x86/conf/files.x86       Mon Oct 17 23:24:05 2011 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index