diff options
Diffstat (limited to 'arch/cris/include/asm/switch_to.h')
| -rw-r--r-- | arch/cris/include/asm/switch_to.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/cris/include/asm/switch_to.h b/arch/cris/include/asm/switch_to.h deleted file mode 100644 index d842e1163ba1..000000000000 --- a/arch/cris/include/asm/switch_to.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __ASM_CRIS_SWITCH_TO_H -#define __ASM_CRIS_SWITCH_TO_H - -/* the switch_to macro calls resume, an asm function in entry.S which does the actual - * task switching. - */ - -extern struct task_struct *resume(struct task_struct *prev, struct task_struct *next, int); -#define switch_to(prev,next,last) last = resume(prev,next, \ - (int)&((struct task_struct *)0)->thread) - -#endif /* __ASM_CRIS_SWITCH_TO_H */ |
