Fix swapped SI_QUEUENAMES to match SI_SOFT* numbers.

This commit is contained in:
tsutsui 2007-06-26 12:55:38 +00:00
parent f055736150
commit 1a56f97bac
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.22 2007/06/17 06:04:30 tsutsui Exp $ */ /* $NetBSD: intr.h,v 1.23 2007/06/26 12:55:38 tsutsui Exp $ */
/* /*
* Copyright (c) 2000 Soren S. Jorvang * Copyright (c) 2000 Soren S. Jorvang
@ -69,9 +69,9 @@
#define SI_QUEUENAMES { \ #define SI_QUEUENAMES { \
"misc", \ "misc", \
"serial", \
"net", \
"clock", \ "clock", \
"net", \
"serial", \
} }
#ifdef _KERNEL #ifdef _KERNEL