diff options
-rw-r--r-- | include/linux/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 29da9e77c3bb..0523eab05f63 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -294,7 +294,7 @@ enum { | |||
294 | WQ_FREEZABLE = 1 << 2, /* freeze during suspend */ | 294 | WQ_FREEZABLE = 1 << 2, /* freeze during suspend */ |
295 | WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */ | 295 | WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */ |
296 | WQ_HIGHPRI = 1 << 4, /* high priority */ | 296 | WQ_HIGHPRI = 1 << 4, /* high priority */ |
297 | WQ_CPU_INTENSIVE = 1 << 5, /* cpu instensive workqueue */ | 297 | WQ_CPU_INTENSIVE = 1 << 5, /* cpu intensive workqueue */ |
298 | WQ_SYSFS = 1 << 6, /* visible in sysfs, see wq_sysfs_register() */ | 298 | WQ_SYSFS = 1 << 6, /* visible in sysfs, see wq_sysfs_register() */ |
299 | 299 | ||
300 | /* | 300 | /* |