summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-05-15 15:36:27 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-05-15 15:36:27 +1000
commit7c8fd7b2b195d0a88d8ca202a6eaf914b6c2dbcf (patch)
tree078f7c1019b5dc6ebc0f3dd2065233393936ffe5 /include
parent2099118fd4a0cb7732d8fb253a039b08d901d3b0 (diff)
parentb749b1b67351bd9be1aa640cadf66d32dfcccfd1 (diff)
Merge remote-tracking branch 'workqueues/for-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/workqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index deee212af8e0..4618dd672d1b 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -424,6 +424,7 @@ struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask);
void free_workqueue_attrs(struct workqueue_attrs *attrs);
int apply_workqueue_attrs(struct workqueue_struct *wq,
const struct workqueue_attrs *attrs);
+int workqueue_set_unbound_cpumask(cpumask_var_t cpumask);
extern bool queue_work_on(int cpu, struct workqueue_struct *wq,
struct work_struct *work);