x86: remove final FASTCALL() uses
A few snuck back in to x86. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
1fba38703d
commit
599db4fe23
3 changed files with 5 additions and 5 deletions
|
@ -20,8 +20,8 @@
|
|||
#ifdef CONFIG_X86_32
|
||||
|
||||
struct task_struct; /* one of the stranger aspects of C forward declarations */
|
||||
extern struct task_struct *FASTCALL(__switch_to(struct task_struct *prev,
|
||||
struct task_struct *next));
|
||||
struct task_struct *__switch_to(struct task_struct *prev,
|
||||
struct task_struct *next);
|
||||
|
||||
/*
|
||||
* Saving eflags is important. It switches not only IOPL between tasks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue