summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-03-03 19:44:34 +0000
committertegge <tegge@FreeBSD.org>1998-03-03 19:44:34 +0000
commita4ef24dec2bc497a582ee4c118bd87aeab1ecf3f (patch)
treed119f7a53fb0c1e54570f42a0ba1560aef924ede /sys
parentb19f66b1cad92d9a346fe82e74cfacf3c6130182 (diff)
downloadFreeBSD-src-a4ef24dec2bc497a582ee4c118bd87aeab1ecf3f.zip
FreeBSD-src-a4ef24dec2bc497a582ee4c118bd87aeab1ecf3f.tar.gz
forward_statclock and forward_hardclock are located in mp_machdep.c.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/smp.h8
-rw-r--r--sys/i386/include/smp.h8
-rw-r--r--sys/sys/smp.h8
3 files changed, 15 insertions, 9 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index 7867fce..08fffbe 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 7867fce..08fffbe 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 7867fce..08fffbe 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;
OpenPOWER on IntegriCloud