summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-21 08:20:07 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-21 08:20:07 +0000
commite7e1e6ffbe6356833e14fa21067b959608f5f632 (patch)
treeb7bdc89ef7f632f7b03246480becd4b2d7815bde /sys/i386/isa/icu.h
parent26125c6fa7444989a1833d40671a8a15ac03d2da (diff)
downloadFreeBSD-src-e7e1e6ffbe6356833e14fa21067b959608f5f632.zip
FreeBSD-src-e7e1e6ffbe6356833e14fa21067b959608f5f632.tar.gz
Disabled 2 static inlines:
- INTRGET() - INTRSET() These were only used in if_ze.c (already removed) and npx.c. The code in npx.c has also been cleaned of all APIC code.
Diffstat (limited to 'sys/i386/isa/icu.h')
-rw-r--r--sys/i386/isa/icu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h
index 8c1326d..28e3d8d 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.12 1997/04/27 21:18:58 fsmp Exp $
+ * $Id: icu.h,v 1.13 1997/05/29 04:58:04 peter Exp $
*/
/*
@@ -63,6 +63,8 @@ void write_io_apic_mask24 __P((int, u_int32_t)); /* i386/i386/mpapic.c */
#error MULTIPLE_IOAPICSXXX: cannot assume apic #0 in the following functions.
#endif /* MULTIPLE_IOAPICS */
+#ifdef nevermore
+/* see if we can get by without these, they're NOT MP_SAFE... */
static __inline u_int32_t
INTRGET(void)
{
@@ -75,6 +77,7 @@ INTRSET(unsigned s)
write_io_apic_mask24(0, s);
imen = s;
}
+#endif /** nevermore */
static __inline void
INTREN(unsigned s)
OpenPOWER on IntegriCloud