]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/switch_to.h
Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
[karo-tx-linux.git] / arch / x86 / include / asm / switch_to.h
index 4ec45b3abba171805b905b213af2ed7f99249e30..d7f3b3b78ac313ca8a871d3a53b3d118850a657d 100644 (file)
@@ -2,8 +2,8 @@
 #define _ASM_X86_SWITCH_TO_H
 
 struct task_struct; /* one of the stranger aspects of C forward declarations */
-struct task_struct *__switch_to(struct task_struct *prev,
-                               struct task_struct *next);
+__visible struct task_struct *__switch_to(struct task_struct *prev,
+                                          struct task_struct *next);
 struct tss_struct;
 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p,
                      struct tss_struct *tss);