Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2008 03:45:43 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134574 for review
Message-ID:  <200802010345.m113jhFu045751@repoman.freebsd.org>

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

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



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