]> Pileus Git - ~andy/linux/blobdiff - kernel/smpboot.h
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux
[~andy/linux] / kernel / smpboot.h
index 6ef9433e1c7001ff0d00799379de7e71ef1a0113..72415a0eb955cd84130d2753c7704e8af7f30960 100644 (file)
@@ -13,4 +13,8 @@ static inline void idle_thread_set_boot_cpu(void) { }
 static inline void idle_threads_init(void) { }
 #endif
 
+int smpboot_create_threads(unsigned int cpu);
+void smpboot_park_threads(unsigned int cpu);
+void smpboot_unpark_threads(unsigned int cpu);
+
 #endif