diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 0523eab05f63..532994651684 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -284,12 +284,6 @@ static inline unsigned int work_static(struct work_struct *work) { return 0; } | |||
284 | * Documentation/workqueue.txt. | 284 | * Documentation/workqueue.txt. |
285 | */ | 285 | */ |
286 | enum { | 286 | enum { |
287 | /* | ||
288 | * All wqs are now non-reentrant making the following flag | ||
289 | * meaningless. Will be removed. | ||
290 | */ | ||
291 | WQ_NON_REENTRANT = 1 << 0, /* DEPRECATED */ | ||
292 | |||
293 | WQ_UNBOUND = 1 << 1, /* not bound to any cpu */ | 287 | WQ_UNBOUND = 1 << 1, /* not bound to any cpu */ |
294 | WQ_FREEZABLE = 1 << 2, /* freeze during suspend */ | 288 | WQ_FREEZABLE = 1 << 2, /* freeze during suspend */ |
295 | WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */ | 289 | WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */ |