Fixed imen declaration.

Submitted by:	Bruce Evans <bde@zeta.org.au>
This commit is contained in:
Steve Passe 1997-07-31 17:28:20 +00:00
parent 8a04c9dcc9
commit 98bf2bffca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27808
3 changed files with 6 additions and 6 deletions

View file

@ -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));

View file

@ -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));

View file

@ -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));