]> err.no Git - linux-2.6/blobdiff - include/asm-x86/system.h
x86: remove final FASTCALL() uses
[linux-2.6] / include / asm-x86 / system.h
index e9c15c97dfe2404b40d2921d546abf9fa8603b24..9cff02ffe6c2d261e6c905fe6f0d9958ccaf2fbb 100644 (file)
@@ -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,