Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2007 23:46:33 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131818 for review
Message-ID:  <200712272346.lBRNkXno060091@repoman.freebsd.org>

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

Change 131818 by jb@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.



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