diff options
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r-- | sys/i386/include/smp.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 82a6c34..68fdb91 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.27 1997/09/05 18:08:57 smp Exp smp $ + * $Id: smp.h,v 1.32 1997/09/07 22:01:53 fsmp Exp $ * */ @@ -79,6 +79,13 @@ extern u_int ivectors[]; 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 + /* global data in apic_ipl.s */ extern u_int vec[]; extern u_int Xintr8254; |