Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2007 02:47:09 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 126496 for review
Message-ID:  <200709170247.l8H2l9Ii010634@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126496

Change 126496 by kmacy@kmacy_home:ethng on 2007/09/17 02:46:25

	add HWPMC_HOOKS and hwpmc module to default build now that its available in
	this branch

Affected files ...

.. //depot/projects/ethng/src/sys/amd64/conf/MULTIQ#2 edit

Differences ...

==== //depot/projects/ethng/src/sys/amd64/conf/MULTIQ#2 (text+ko) ====

@@ -23,7 +23,7 @@
 
 # To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		# Default places to look for devices.
-makeoptions	MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs netgraph"
+makeoptions	MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs netgraph hwpmc"
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 
@@ -210,4 +210,7 @@
 
 options		IFNET_MULTIQUEUE # add support for using multiple tx queues to ifnet
 options		ALT_BREAK_TO_DEBUGGER
+#options		LOCK_PROFILING
+options		HWPMC_HOOKS
+
 #options		BIND_ALL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709170247.l8H2l9Ii010634>