X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsmpboot.h;h=72415a0eb955cd84130d2753c7704e8af7f30960;hb=7bffc48177ed461ab29cbae1102552a09601ef97;hp=6ef9433e1c7001ff0d00799379de7e71ef1a0113;hpb=db8c246937713e60b7628661ccc187eeb81f2bae;p=~andy%2Flinux diff --git a/kernel/smpboot.h b/kernel/smpboot.h index 6ef9433e1c7..72415a0eb95 100644 --- a/kernel/smpboot.h +++ b/kernel/smpboot.h @@ -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