diff options
author | Richard Weinberger <richard@nod.at> | 2012-03-29 13:10:42 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-04-09 18:13:45 -0400 |
commit | 76b278edd99fb55525fcf2706095e388bd3d122c (patch) | |
tree | 6384a25403926b498c710c75202591ca1dec7d88 /arch/x86 | |
parent | a3a85a763c399c0bf483a30d82d2d613e6f94cd3 (diff) |
um: Use asm-generic/switch_to.h
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/um/asm/switch_to.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/um/asm/switch_to.h b/arch/x86/um/asm/switch_to.h deleted file mode 100644 index cf97d20da61f..000000000000 --- a/arch/x86/um/asm/switch_to.h +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #ifndef _ASM_UM_SWITCH_TO_H_ | ||
2 | #define _ASM_UM_SWITCH_TO_H_ | ||
3 | |||
4 | extern void *_switch_to(void *prev, void *next, void *last); | ||
5 | #define switch_to(prev, next, last) prev = _switch_to(prev, next, last) | ||
6 | |||
7 | #endif | ||