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
631d7bf3da
commit
7433466190
@ -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…
x
Reference in New Issue
Block a user