X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fworkqueue.txt;h=01c513fac40ece66b73a1709f6df496b5aade8d2;hb=0cc9d5257857608ba85885b75fcada13d359b5d1;hp=996a27d9b8db8414da1751d92083dd11e91cff01;hpb=51399a391940e676877c7a791138081f13a0bab7;p=mv-sheeva.git diff --git a/Documentation/workqueue.txt b/Documentation/workqueue.txt index 996a27d9b8d..01c513fac40 100644 --- a/Documentation/workqueue.txt +++ b/Documentation/workqueue.txt @@ -190,9 +190,9 @@ resources, scheduled and executed. * Long running CPU intensive workloads which can be better managed by the system scheduler. - WQ_FREEZEABLE + WQ_FREEZABLE - A freezeable wq participates in the freeze phase of the system + A freezable wq participates in the freeze phase of the system suspend operations. Work items on the wq are drained and no new work item starts execution until thawed.