|
@@ -183,7 +183,8 @@ struct global_cwq {
|
|
struct hlist_head busy_hash[BUSY_WORKER_HASH_SIZE];
|
|
struct hlist_head busy_hash[BUSY_WORKER_HASH_SIZE];
|
|
/* L: hash of busy workers */
|
|
/* L: hash of busy workers */
|
|
|
|
|
|
- struct worker_pool pools[2]; /* normal and highpri pools */
|
|
|
|
|
|
+ struct worker_pool pools[NR_WORKER_POOLS];
|
|
|
|
+ /* normal and highpri pools */
|
|
|
|
|
|
wait_queue_head_t rebind_hold; /* rebind hold wait */
|
|
wait_queue_head_t rebind_hold; /* rebind hold wait */
|
|
} ____cacheline_aligned_in_smp;
|
|
} ____cacheline_aligned_in_smp;
|