PERFORCE change 126496 for review

Kip Macy kmacy at FreeBSD.org
Sun Sep 16 19:47:11 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126496

Change 126496 by kmacy at 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


More information about the p4-projects mailing list