diff options
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r-- | arch/x86/kernel/process_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 2b9db9371060..48e92e3758c2 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -716,7 +716,7 @@ __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, | |||
716 | * the task-switch, and shows up in ret_from_fork in entry.S, | 716 | * the task-switch, and shows up in ret_from_fork in entry.S, |
717 | * for example. | 717 | * for example. |
718 | */ | 718 | */ |
719 | struct task_struct fastcall * __switch_to(struct task_struct *prev_p, struct task_struct *next_p) | 719 | struct task_struct * __switch_to(struct task_struct *prev_p, struct task_struct *next_p) |
720 | { | 720 | { |
721 | struct thread_struct *prev = &prev_p->thread, | 721 | struct thread_struct *prev = &prev_p->thread, |
722 | *next = &next_p->thread; | 722 | *next = &next_p->thread; |