patch-1.3.70 linux/include/asm-alpha/system.h
Next file: linux/include/asm-i386/floppy.h
Previous file: linux/include/asm-alpha/signal.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Feb 28 12:03:42 1996
- Orig file:
v1.3.69/linux/include/asm-alpha/system.h
- Orig date:
Fri Feb 16 11:34:11 1996
diff -u --recursive --new-file v1.3.69/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -52,12 +52,12 @@
#define halt() __asm__ __volatile__ ("call_pal %0" : : "i" (PAL_halt) : "memory")
-extern void alpha_switch_to(unsigned long pctxp);
-
#define switch_to(p) do { \
current_set[0] = p; \
alpha_switch_to((unsigned long) &(p)->tss - 0xfffffc0000000000); \
} while (0)
+
+extern void alpha_switch_to(unsigned long pctxp);
extern void imb(void);
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