Move netgraph spimlock order entries out of
the #ifdef SMP section. They need to be there for UP too.
This commit is contained in:
parent
83c68690c5
commit
12eafd7bae
@ -941,13 +941,13 @@ static char *spin_order_list[] = {
|
||||
/*
|
||||
* leaf locks
|
||||
*/
|
||||
"ng_node",
|
||||
"ng_worklist",
|
||||
#ifdef SMP
|
||||
#ifdef __i386__
|
||||
"ap boot",
|
||||
"imen",
|
||||
#endif
|
||||
"ng_node",
|
||||
"ng_worklist",
|
||||
"smp rendezvous",
|
||||
#endif
|
||||
NULL
|
||||
|
@ -941,13 +941,13 @@ static char *spin_order_list[] = {
|
||||
/*
|
||||
* leaf locks
|
||||
*/
|
||||
"ng_node",
|
||||
"ng_worklist",
|
||||
#ifdef SMP
|
||||
#ifdef __i386__
|
||||
"ap boot",
|
||||
"imen",
|
||||
#endif
|
||||
"ng_node",
|
||||
"ng_worklist",
|
||||
"smp rendezvous",
|
||||
#endif
|
||||
NULL
|
||||
|
@ -941,13 +941,13 @@ static char *spin_order_list[] = {
|
||||
/*
|
||||
* leaf locks
|
||||
*/
|
||||
"ng_node",
|
||||
"ng_worklist",
|
||||
#ifdef SMP
|
||||
#ifdef __i386__
|
||||
"ap boot",
|
||||
"imen",
|
||||
#endif
|
||||
"ng_node",
|
||||
"ng_worklist",
|
||||
"smp rendezvous",
|
||||
#endif
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user