summaryrefslogtreecommitdiffstats
path: root/sys/sys/interrupt.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-10-05 04:52:41 +0000
committerscottl <scottl@FreeBSD.org>2004-10-05 04:52:41 +0000
commit6834dc4a7a573439bc3009b71986be5e2a4a102e (patch)
tree282fe7f14be166b6813794b8e08821c00c20a1b5 /sys/sys/interrupt.h
parent323579c7f2e4e09cf274fd2f31f4e70bb859afd6 (diff)
downloadFreeBSD-src-6834dc4a7a573439bc3009b71986be5e2a4a102e.zip
FreeBSD-src-6834dc4a7a573439bc3009b71986be5e2a4a102e.tar.gz
Remove SWI_CAMNET since it's no longer used. Re-sort SWI priorities in its
absence.
Diffstat (limited to 'sys/sys/interrupt.h')
-rw-r--r--sys/sys/interrupt.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h
index 28d6413..f36a410 100644
--- a/sys/sys/interrupt.h
+++ b/sys/sys/interrupt.h
@@ -90,11 +90,10 @@ struct ithd {
*/
#define SWI_TTY 0
#define SWI_NET 1
-#define SWI_CAMNET 2
-#define SWI_CAMBIO 3
-#define SWI_VM 4
-#define SWI_CLOCK 5
-#define SWI_TQ_FAST 6
+#define SWI_CAMBIO 2
+#define SWI_VM 3
+#define SWI_CLOCK 4
+#define SWI_TQ_FAST 5
#define SWI_TQ 6
#define SWI_TQ_GIANT 6
OpenPOWER on IntegriCloud