add some functions related to migration into kernel/process.h
... and also add include guard to arch/x86/kernel/include/signal.h
This commit is contained in:
committed by
Masamichi Takagi
parent
170a54d976
commit
3751fa1766
@ -261,4 +261,7 @@ void runq_add_proc(struct process *proc, int cpu_id);
|
||||
void runq_del_proc(struct process *proc, int cpu_id);
|
||||
int sched_wakeup_process(struct process *proc, int valid_states);
|
||||
|
||||
void sched_request_migrate(int cpu_id, struct process *proc);
|
||||
void check_need_resched(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user