Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,

i.e., the same header as corresponding non-SMP #defines.
This commit is contained in:
Bruce Evans 1998-01-01 08:47:17 +00:00
parent cf6347f79b
commit 82d86d3750
5 changed files with 9 additions and 11 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.32 1997/09/07 22:01:53 fsmp Exp $
* $Id: smp.h,v 1.33 1997/12/08 22:56:44 fsmp Exp $
*
*/
@ -93,8 +93,6 @@ extern u_int mask8254;
/* functions in apic_ipl.s */
void vec8254 __P((void));
void INTREN __P((u_int));
void INTRDIS __P((u_int));
void apic_eoi __P((void));
u_int io_apic_read __P((int, int));
void io_apic_write __P((int, int, u_int));

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)icu.h 5.6 (Berkeley) 5/9/91
* $Id: icu.h,v 1.4 1997/07/22 18:36:06 smp Exp smp $
* $Id: icu.h,v 1.15 1997/07/22 20:12:05 fsmp Exp $
*/
/*
@ -58,6 +58,8 @@
* DO NOT access imen directly, use INTREN()/INTRDIS().
*/
void INTREN __P((u_int));
void INTRDIS __P((u_int));
#define INTRMASK(msk,s) (msk |= (s))
#define INTRUNMASK(msk,s) (msk &= ~(s))

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.32 1997/09/07 22:01:53 fsmp Exp $
* $Id: smp.h,v 1.33 1997/12/08 22:56:44 fsmp Exp $
*
*/
@ -93,8 +93,6 @@ extern u_int mask8254;
/* functions in apic_ipl.s */
void vec8254 __P((void));
void INTREN __P((u_int));
void INTRDIS __P((u_int));
void apic_eoi __P((void));
u_int io_apic_read __P((int, int));
void io_apic_write __P((int, int, u_int));

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)icu.h 5.6 (Berkeley) 5/9/91
* $Id: icu.h,v 1.4 1997/07/22 18:36:06 smp Exp smp $
* $Id: icu.h,v 1.15 1997/07/22 20:12:05 fsmp Exp $
*/
/*
@ -58,6 +58,8 @@
* DO NOT access imen directly, use INTREN()/INTRDIS().
*/
void INTREN __P((u_int));
void INTRDIS __P((u_int));
#define INTRMASK(msk,s) (msk |= (s))
#define INTRUNMASK(msk,s) (msk &= ~(s))

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.32 1997/09/07 22:01:53 fsmp Exp $
* $Id: smp.h,v 1.33 1997/12/08 22:56:44 fsmp Exp $
*
*/
@ -93,8 +93,6 @@ extern u_int mask8254;
/* functions in apic_ipl.s */
void vec8254 __P((void));
void INTREN __P((u_int));
void INTRDIS __P((u_int));
void apic_eoi __P((void));
u_int io_apic_read __P((int, int));
void io_apic_write __P((int, int, u_int));