X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fworkqueue.txt;h=01c513fac40ece66b73a1709f6df496b5aade8d2;hb=58a69cb47ec6991bf006a3e5d202e8571b0327a4;hp=996a27d9b8db8414da1751d92083dd11e91cff01;hpb=7576958a9d5a4a677ad7dd40901cdbb6c1110c98;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.