summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/include
diff options
context:
space:
mode:
authorTakuya ASADA <syuu@cvs.openbsd.org>2009-12-02 01:52:29 +0000
committerTakuya ASADA <syuu@cvs.openbsd.org>2009-12-02 01:52:29 +0000
commitae827a94056663d247386503143cad9ab13fc1ad (patch)
treedc83b56d8ee8226cb52d172d49e3bb6bfc7cd021 /sys/arch/sgi/include
parent7368b46d550342a4ab142f16bae97ee4fd4698d0 (diff)
IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown.
ok miod@
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r--sys/arch/sgi/include/intr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h
index 07af62d0ad2..03f7706f7f3 100644
--- a/sys/arch/sgi/include/intr.h
+++ b/sys/arch/sgi/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.38 2009/11/26 23:32:46 syuu Exp $ */
+/* $OpenBSD: intr.h,v 1.39 2009/12/02 01:52:28 syuu Exp $ */
/*
* Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -54,8 +54,8 @@
#define IPL_TTY 4 /* terminal */
#define IPL_VM 5 /* memory allocation */
#define IPL_CLOCK 6 /* clock */
-#define IPL_IPI 7 /* ipi */
-#define IPL_HIGH 8 /* everything */
+#define IPL_HIGH 7 /* everything */
+#define IPL_IPI 8 /* interprocessor interrupt */
#define NIPLS 9 /* Number of levels */
/* Interrupt sharing types. */