From a4ef24dec2bc497a582ee4c118bd87aeab1ecf3f Mon Sep 17 00:00:00 2001 From: tegge Date: Tue, 3 Mar 1998 19:44:34 +0000 Subject: [PATCH] forward_statclock and forward_hardclock are located in mp_machdep.c. --- sys/amd64/include/smp.h | 8 +++++--- sys/i386/include/smp.h | 8 +++++--- sys/sys/smp.h | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 7867fcea7a94..08fffbe3f58a 100644 --- a/sys/amd64/include/smp.h +++ b/sys/amd64/include/smp.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: smp.h,v 1.34 1998/01/01 08:47:12 bde Exp $ + * $Id: smp.h,v 1.35 1998/02/25 03:56:15 dyson Exp $ * */ @@ -80,8 +80,6 @@ extern volatile u_int stopped_cpus; extern volatile u_int started_cpus; #ifdef BETTER_CLOCK -void forward_statclock __P((int pscnt)); -void forward_hardclock __P((int pscnt)); extern unsigned int checkstate_probed_cpus; extern unsigned int checkstate_need_ast; #endif @@ -136,6 +134,10 @@ void init_secondary __P((void)); void smp_invltlb __P((void)); int stop_cpus __P((u_int)); int restart_cpus __P((u_int)); +#ifdef BETTER_CLOCK +void forward_statclock __P((int pscnt)); +void forward_hardclock __P((int pscnt)); +#endif /* BETTER_CLOCK */ /* global data in mpapic.c */ extern volatile lapic_t lapic; diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 7867fcea7a94..08fffbe3f58a 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/include/smp.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: smp.h,v 1.34 1998/01/01 08:47:12 bde Exp $ + * $Id: smp.h,v 1.35 1998/02/25 03:56:15 dyson Exp $ * */ @@ -80,8 +80,6 @@ extern volatile u_int stopped_cpus; extern volatile u_int started_cpus; #ifdef BETTER_CLOCK -void forward_statclock __P((int pscnt)); -void forward_hardclock __P((int pscnt)); extern unsigned int checkstate_probed_cpus; extern unsigned int checkstate_need_ast; #endif @@ -136,6 +134,10 @@ void init_secondary __P((void)); void smp_invltlb __P((void)); int stop_cpus __P((u_int)); int restart_cpus __P((u_int)); +#ifdef BETTER_CLOCK +void forward_statclock __P((int pscnt)); +void forward_hardclock __P((int pscnt)); +#endif /* BETTER_CLOCK */ /* global data in mpapic.c */ extern volatile lapic_t lapic; diff --git a/sys/sys/smp.h b/sys/sys/smp.h index 7867fcea7a94..08fffbe3f58a 100644 --- a/sys/sys/smp.h +++ b/sys/sys/smp.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: smp.h,v 1.34 1998/01/01 08:47:12 bde Exp $ + * $Id: smp.h,v 1.35 1998/02/25 03:56:15 dyson Exp $ * */ @@ -80,8 +80,6 @@ extern volatile u_int stopped_cpus; extern volatile u_int started_cpus; #ifdef BETTER_CLOCK -void forward_statclock __P((int pscnt)); -void forward_hardclock __P((int pscnt)); extern unsigned int checkstate_probed_cpus; extern unsigned int checkstate_need_ast; #endif @@ -136,6 +134,10 @@ void init_secondary __P((void)); void smp_invltlb __P((void)); int stop_cpus __P((u_int)); int restart_cpus __P((u_int)); +#ifdef BETTER_CLOCK +void forward_statclock __P((int pscnt)); +void forward_hardclock __P((int pscnt)); +#endif /* BETTER_CLOCK */ /* global data in mpapic.c */ extern volatile lapic_t lapic;