diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/amd64/amd64/mptable.c +++ b/sys/amd64/amd64/mptable.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 632d5dddfb91..60689a1b9e50 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.40 1997/12/04 19:30:03 smp Exp smp $ + * $Id: mp_machdep.c,v 1.61 1997/12/08 23:00:24 fsmp Exp $ */ #include "opt_smp.h" @@ -52,6 +52,9 @@ #include #include #include +#ifdef GPROF +#include +#endif #endif #include