PERFORCE change 131818 for review

John Birrell jb at FreeBSD.org
Thu Dec 27 15:46:34 PST 2007


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

Change 131818 by jb at jb_freebsd1 on 2007/12/27 23:46:10

	Change the lapic timer hook to a per-cpu hook so that it can
	be used as an enable as well. Setting the pointer to NULL is 
	a pretty good way to disable it.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/dtrace_bsd.h#8 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/dtrace_bsd.h#8 (text+ko) ====

@@ -46,7 +46,7 @@
  *
  * Defining them here avoids a proliferation of header files.
  */
-extern cyclic_clock_func_t     lapic_cyclic_clock_func;
+extern cyclic_clock_func_t     lapic_cyclic_clock_func[];
 
 /*
  * The dtrace module handles traps that occur during a DTrace probe.


More information about the p4-projects mailing list