diff options
author | fsmp <fsmp@FreeBSD.org> | 1997-07-31 17:28:20 +0000 |
---|---|---|
committer | fsmp <fsmp@FreeBSD.org> | 1997-07-31 17:28:20 +0000 |
commit | 9627e6a7edd214bda6e6e68c5f81976b8b7a956d (patch) | |
tree | f7d63fa74d53a1cb83322ce7b8c469bdd7c33d59 | |
parent | 8cf1034c394a8e69eb64f86b42bc7a09129f1a98 (diff) | |
download | FreeBSD-src-9627e6a7edd214bda6e6e68c5f81976b8b7a956d.zip FreeBSD-src-9627e6a7edd214bda6e6e68c5f81976b8b7a956d.tar.gz |
Fixed imen declaration.
Submitted by: Bruce Evans <bde@zeta.org.au>
-rw-r--r-- | sys/amd64/include/smp.h | 4 | ||||
-rw-r--r-- | sys/i386/include/smp.h | 4 | ||||
-rw-r--r-- | sys/sys/smp.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 409513a..60fc20d 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.18 1997/07/30 22:44:20 smp Exp smp $ + * $Id: smp.h,v 1.23 1997/07/31 05:39:48 fsmp Exp $ * */ @@ -74,7 +74,7 @@ extern volatile u_int started_cpus; extern u_int vec[]; extern u_int Xintr8254; extern u_int mask8254; -extern volatile struct simple_lock imen_lock; +extern volatile struct simplelock imen_lock; /* functions in apic_ipl.s */ void vec8254 __P((void)); diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 409513a..60fc20d 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.18 1997/07/30 22:44:20 smp Exp smp $ + * $Id: smp.h,v 1.23 1997/07/31 05:39:48 fsmp Exp $ * */ @@ -74,7 +74,7 @@ extern volatile u_int started_cpus; extern u_int vec[]; extern u_int Xintr8254; extern u_int mask8254; -extern volatile struct simple_lock imen_lock; +extern volatile struct simplelock imen_lock; /* functions in apic_ipl.s */ void vec8254 __P((void)); diff --git a/sys/sys/smp.h b/sys/sys/smp.h index 409513a..60fc20d 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.18 1997/07/30 22:44:20 smp Exp smp $ + * $Id: smp.h,v 1.23 1997/07/31 05:39:48 fsmp Exp $ * */ @@ -74,7 +74,7 @@ extern volatile u_int started_cpus; extern u_int vec[]; extern u_int Xintr8254; extern u_int mask8254; -extern volatile struct simple_lock imen_lock; +extern volatile struct simplelock imen_lock; /* functions in apic_ipl.s */ void vec8254 __P((void)); |