diff options
| -rw-r--r-- | sys/amd64/include/smp.h | 4 | ||||
| -rw-r--r-- | sys/amd64/isa/icu.h | 4 | ||||
| -rw-r--r-- | sys/i386/include/smp.h | 4 | ||||
| -rw-r--r-- | sys/i386/isa/icu.h | 4 | ||||
| -rw-r--r-- | sys/sys/smp.h | 4 |
5 files changed, 9 insertions, 11 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 68fdb912240c..4d315980c947 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.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)); diff --git a/sys/amd64/isa/icu.h b/sys/amd64/isa/icu.h index 4197130a5bfd..cfe4dceb0873 100644 --- a/sys/amd64/isa/icu.h +++ b/sys/amd64/isa/icu.h @@ -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)) diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 68fdb912240c..4d315980c947 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.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)); diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h index 4197130a5bfd..cfe4dceb0873 100644 --- a/sys/i386/isa/icu.h +++ b/sys/i386/isa/icu.h @@ -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)) diff --git a/sys/sys/smp.h b/sys/sys/smp.h index 68fdb912240c..4d315980c947 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.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)); |
