Move netgraph spimlock order entries out of

the #ifdef SMP section. They need to be there for UP too.
This commit is contained in:
Julian Elischer 2001-02-25 04:56:23 +00:00
parent 631d7bf3da
commit 7433466190
3 changed files with 6 additions and 6 deletions

View File

@ -941,13 +941,13 @@ static char *spin_order_list[] = {
/* /*
* leaf locks * leaf locks
*/ */
"ng_node",
"ng_worklist",
#ifdef SMP #ifdef SMP
#ifdef __i386__ #ifdef __i386__
"ap boot", "ap boot",
"imen", "imen",
#endif #endif
"ng_node",
"ng_worklist",
"smp rendezvous", "smp rendezvous",
#endif #endif
NULL NULL

View File

@ -941,13 +941,13 @@ static char *spin_order_list[] = {
/* /*
* leaf locks * leaf locks
*/ */
"ng_node",
"ng_worklist",
#ifdef SMP #ifdef SMP
#ifdef __i386__ #ifdef __i386__
"ap boot", "ap boot",
"imen", "imen",
#endif #endif
"ng_node",
"ng_worklist",
"smp rendezvous", "smp rendezvous",
#endif #endif
NULL NULL

View File

@ -941,13 +941,13 @@ static char *spin_order_list[] = {
/* /*
* leaf locks * leaf locks
*/ */
"ng_node",
"ng_worklist",
#ifdef SMP #ifdef SMP
#ifdef __i386__ #ifdef __i386__
"ap boot", "ap boot",
"imen", "imen",
#endif #endif
"ng_node",
"ng_worklist",
"smp rendezvous", "smp rendezvous",
#endif #endif
NULL NULL