diff options
| author | Tor Egge <tegge@FreeBSD.org> | 1998-04-01 20:38:28 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 1998-04-01 20:38:28 +0000 |
| commit | 300e9a7696dceecb6d5684aee4b634da021d9bdc (patch) | |
| tree | dc6a05b42e73177b40e8c7e289651c2124c7b766 | |
| parent | 72d450cd6ed08c048560c0bf02c62c6908d39531 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/include/smp.h | 6 | ||||
| -rw-r--r-- | sys/i386/include/smp.h | 6 | ||||
| -rw-r--r-- | sys/sys/smp.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index b10930a1a306..b31aadd9cd0f 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.39 1998/03/05 21:45:44 tegge Exp $ + * $Id: smp.h,v 1.40 1998/03/07 21:34:59 dyson Exp $ * */ @@ -78,8 +78,8 @@ int try_mpintrlock __P((void)); extern volatile u_int stopped_cpus; extern volatile u_int started_cpus; -extern unsigned int checkstate_probed_cpus; -extern unsigned int checkstate_need_ast; +extern volatile u_int checkstate_probed_cpus; +extern volatile u_int checkstate_need_ast; /* functions in apic_ipl.s */ void apic_eoi __P((void)); diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index b10930a1a306..b31aadd9cd0f 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.39 1998/03/05 21:45:44 tegge Exp $ + * $Id: smp.h,v 1.40 1998/03/07 21:34:59 dyson Exp $ * */ @@ -78,8 +78,8 @@ int try_mpintrlock __P((void)); extern volatile u_int stopped_cpus; extern volatile u_int started_cpus; -extern unsigned int checkstate_probed_cpus; -extern unsigned int checkstate_need_ast; +extern volatile u_int checkstate_probed_cpus; +extern volatile u_int checkstate_need_ast; /* functions in apic_ipl.s */ void apic_eoi __P((void)); diff --git a/sys/sys/smp.h b/sys/sys/smp.h index b10930a1a306..b31aadd9cd0f 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.39 1998/03/05 21:45:44 tegge Exp $ + * $Id: smp.h,v 1.40 1998/03/07 21:34:59 dyson Exp $ * */ @@ -78,8 +78,8 @@ int try_mpintrlock __P((void)); extern volatile u_int stopped_cpus; extern volatile u_int started_cpus; -extern unsigned int checkstate_probed_cpus; -extern unsigned int checkstate_need_ast; +extern volatile u_int checkstate_probed_cpus; +extern volatile u_int checkstate_need_ast; /* functions in apic_ipl.s */ void apic_eoi __P((void)); |
