summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-01 08:47:17 +0000
committerbde <bde@FreeBSD.org>1998-01-01 08:47:17 +0000
commitf65c51a04d913b4a7c58c81dc9151c120d06aa77 (patch)
tree150fc11f8e71c0be87a4cbf80c726071822c11c4 /sys/i386/include/smp.h
parent9c98de2bbabe2220cd772d4491f7fa5cad8d6648 (diff)
downloadFreeBSD-src-f65c51a04d913b4a7c58c81dc9151c120d06aa77.zip
FreeBSD-src-f65c51a04d913b4a7c58c81dc9151c120d06aa77.tar.gz
Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,
i.e., the same header as corresponding non-SMP #defines.
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index 68fdb91..4d31598 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));
OpenPOWER on IntegriCloud