aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1998-04-01 20:38:28 +0000
committerTor Egge <tegge@FreeBSD.org>1998-04-01 20:38:28 +0000
commit300e9a7696dceecb6d5684aee4b634da021d9bdc (patch)
treedc6a05b42e73177b40e8c7e289651c2124c7b766 /sys/amd64/include
parent72d450cd6ed08c048560c0bf02c62c6908d39531 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/smp.h6
1 files changed, 3 insertions, 3 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));