PERFORCE change 132273 for review

John Birrell jb at FreeBSD.org
Tue Jan 1 15:58:10 PST 2008


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

Change 132273 by jb at jb_freebsd1 on 2008/01/01 23:57:55

	Move the DTrace initialisation after devfs which needs to
	be initialised before make_dev is called.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/kernel.h#18 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/kernel.h#18 (text+ko) ====

@@ -124,9 +124,6 @@
 	SI_SUB_KTRACE		= 0x2480000,	/* ktrace */
 	SI_SUB_OPENSOLARIS	= 0x2490000,	/* OpenSolaris compatibility */
 	SI_SUB_CYCLIC		= 0x24A0000,	/* Cyclic timers */
-	SI_SUB_DTRACE		= 0x24B0000,	/* DTrace subsystem */
-	SI_SUB_DTRACE_PROVIDER	= 0x24B8000,	/* DTrace providers */
-	SI_SUB_DTRACE_ANON	= 0x24BC000,	/* DTrace anon enabling */
 	SI_SUB_AUDIT		= 0x24C0000,	/* audit */
 	SI_SUB_CREATE_INIT	= 0x2500000,	/* create init process*/
 	SI_SUB_SCHED_IDLE	= 0x2600000,	/* required idle procs */
@@ -137,6 +134,9 @@
 	SI_SUB_DEVFS		= 0x2F00000,	/* devfs ready for devices */
 	SI_SUB_INIT_IF		= 0x3000000,	/* prep for net interfaces */
 	SI_SUB_NETGRAPH		= 0x3010000,	/* Let Netgraph initialize */
+	SI_SUB_DTRACE		= 0x3020000,	/* DTrace subsystem */
+	SI_SUB_DTRACE_PROVIDER	= 0x3048000,	/* DTrace providers */
+	SI_SUB_DTRACE_ANON	= 0x308C000,	/* DTrace anon enabling */
 	SI_SUB_DRIVERS		= 0x3100000,	/* Let Drivers initialize */
 	SI_SUB_CONFIGURE	= 0x3800000,	/* Configure devices */
 	SI_SUB_VFS		= 0x4000000,	/* virtual filesystem*/


More information about the p4-projects mailing list