PERFORCE change 95984 for review

John Birrell jb at FreeBSD.org
Mon Apr 24 03:50:22 UTC 2006


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

Change 95984 by jb at jb_freebsd2 on 2006/04/24 03:49:51

	Uncomment the cpu number.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_state.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_state.c#3 (text+ko) ====

@@ -747,9 +747,7 @@
 	 * level) and to manually activate the buffer for this CPU.
 	 */
 	cookie = dtrace_interrupt_disable();
-#ifdef DOODAD
 	*cpu = CPU->cpu_id;
-#endif
 	ASSERT(state->dts_buffer[*cpu].dtb_flags & DTRACEBUF_INACTIVE);
 	state->dts_buffer[*cpu].dtb_flags &= ~DTRACEBUF_INACTIVE;
 


More information about the p4-projects mailing list