Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327165
b: refs/heads/master
c: 330dad5
h: refs/heads/master
i:
  327163: 72b20b5
v: v3
  • Loading branch information
Joonsoo Kim authored and Tejun Heo committed Aug 16, 2012
1 parent 7b5dbae commit 817222a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23657bb192f14b789e4c478def8f11ecc95b4f6c
refs/heads/master: 330dad5b9c9555632578c00e94e85c122561c5c7
3 changes: 2 additions & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ struct global_cwq {
struct hlist_head busy_hash[BUSY_WORKER_HASH_SIZE];
/* 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 */
} ____cacheline_aligned_in_smp;
Expand Down

0 comments on commit 817222a

Please sign in to comment.