|
extern struct task_struct *resume(struct task_struct *prev, struct task_struct *next, int);
|
|
extern struct task_struct *resume(struct task_struct *prev, struct task_struct *next, int);
|
|
#define switch_to(prev,next,last) last = resume(prev,next, \
|
|
#define switch_to(prev,next,last) last = resume(prev,next, \
|