diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index ca73c503b92a..26cc1df280d6 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -625,4 +625,10 @@ void wq_watchdog_touch(int cpu); | |||
625 | static inline void wq_watchdog_touch(int cpu) { } | 625 | static inline void wq_watchdog_touch(int cpu) { } |
626 | #endif /* CONFIG_WQ_WATCHDOG */ | 626 | #endif /* CONFIG_WQ_WATCHDOG */ |
627 | 627 | ||
628 | #ifdef CONFIG_SMP | ||
629 | int workqueue_prepare_cpu(unsigned int cpu); | ||
630 | int workqueue_online_cpu(unsigned int cpu); | ||
631 | int workqueue_offline_cpu(unsigned int cpu); | ||
632 | #endif | ||
633 | |||
628 | #endif | 634 | #endif |