summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/mvme197.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-12-15 19:34:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-12-15 19:34:36 +0000
commitd0e6eddaf5c9f7bc82564dc08c8ad0289a9a9db6 (patch)
treee37f7bc4a3ee6a550a2bcaa633ad550b78654a40 /sys/arch/mvme88k/include/mvme197.h
parent6a8f7fc783f6bbb4f68f4e42d31fd118a2a1a73f (diff)
Since the 88110 can not invalidate a particular tlb entry, do not stack
invalidate tlb ipis, and turn them into simple ``handle once'' ipis.
Diffstat (limited to 'sys/arch/mvme88k/include/mvme197.h')
-rw-r--r--sys/arch/mvme88k/include/mvme197.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/mvme197.h b/sys/arch/mvme88k/include/mvme197.h
index 84eab739bd5..35d70652828 100644
--- a/sys/arch/mvme88k/include/mvme197.h
+++ b/sys/arch/mvme88k/include/mvme197.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvme197.h,v 1.8 2007/12/04 23:45:52 miod Exp $ */
+/* $OpenBSD: mvme197.h,v 1.9 2007/12/15 19:34:35 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -60,6 +60,7 @@
#ifdef _KERNEL
void m197_send_complex_ipi(int, cpuid_t, u_int32_t, u_int32_t);
+void m197_send_ipi(int, cpuid_t);
#endif
#endif /* __MACHINE_MVME197_H__ */