]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/workqueue_internal.h
workqueue: rename cpu_workqueue to pool_workqueue
[karo-tx-linux.git] / kernel / workqueue_internal.h
index 328be4a269aa3d68d90a3aee0486e2cf0953957d..07650264ec15dd3212e1fb0ec421528d99eecc83 100644 (file)
@@ -28,7 +28,7 @@ struct worker {
 
        struct work_struct      *current_work;  /* L: work being processed */
        work_func_t             current_func;   /* L: current_work's fn */
-       struct cpu_workqueue_struct *current_cwq; /* L: current_work's cwq */
+       struct pool_workqueue   *current_pwq; /* L: current_work's pwq */
        struct list_head        scheduled;      /* L: scheduled works */
        struct task_struct      *task;          /* I: worker task */
        struct worker_pool      *pool;          /* I: the associated pool */