]> Git Repo - linux.git/blob - arch/parisc/include/asm/switch_to.h
tipc: guarantee that group broadcast doesn't bypass group unicast
[linux.git] / arch / parisc / include / asm / switch_to.h
1 #ifndef __PARISC_SWITCH_TO_H
2 #define __PARISC_SWITCH_TO_H
3
4 struct task_struct;
5
6 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *);
7
8 #define switch_to(prev, next, last) do {                        \
9         (last) = _switch_to(prev, next);                        \
10 } while(0)
11
12 #endif /* __PARISC_SWITCH_TO_H */
This page took 0.03162 seconds and 4 git commands to generate.