PERFORCE change 134574 for review

John Birrell jb at FreeBSD.org
Thu Jan 31 19:45:44 PST 2008


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

Change 134574 by jb at jb_freebsd1 on 2008/02/01 03:44:44

	SMP_MAXCPU -> MAXCPU.

Affected files ...

.. //depot/projects/dtrace7/src/sys/cddl/cyclic/amd64/cyclic_machdep.c#2 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/cddl/cyclic/amd64/cyclic_machdep.c#2 (text+ko) ====

@@ -73,7 +73,7 @@
 	cyclic_uninit();
 }
 
-static hrtime_t exp_due[SMP_MAXCPU];
+static hrtime_t exp_due[MAXCPU];
 
 /*
  * This function is the one registered by the machine dependent


More information about the p4-projects mailing list