patch-1.3.36 linux/include/asm-alpha/system.h

Next file: linux/include/asm-i386/floppy.h
Previous file: linux/include/asm-alpha/floppy.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.35/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -55,7 +55,7 @@
 extern void alpha_switch_to(unsigned long pctxp);
 
 #define switch_to(p) do { \
-	current = p; \
+	current_set[0] = p; \
 	alpha_switch_to((unsigned long) &(p)->tss - 0xfffffc0000000000); \
 } while (0)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this