patch-2.1.42 linux/include/asm-sparc64/processor.h
Next file: linux/include/asm-sparc64/ptrace.h
Previous file: linux/include/asm-sparc64/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed May 28 10:49:11 1997
- Orig file:
v2.1.41/linux/include/asm-sparc64/processor.h
- Orig date:
Sat May 24 09:10:25 1997
diff -u --recursive --new-file v2.1.41/linux/include/asm-sparc64/processor.h linux/include/asm-sparc64/processor.h
@@ -1,4 +1,4 @@
-/* $Id: processor.h,v 1.26 1997/05/17 05:59:10 davem Exp $
+/* $Id: processor.h,v 1.27 1997/05/23 09:35:52 jj Exp $
* include/asm-sparc64/processor.h
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
@@ -41,7 +41,7 @@
unsigned long fsr;
/* Context switch saved kernel state. */
- unsigned long ksp, kpc, wstate, cwp;
+ unsigned long ksp, kpc, wstate, cwp, ctx;
/* Storage for windows when user stack is bogus. */
struct reg_window reg_window[NSWINS] __attribute__ ((aligned (16)));
@@ -80,8 +80,8 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }, \
/* FPU status */ \
0, \
-/* ksp, kpc, wstate, cwp */ \
- 0, 0, 0, 0, \
+/* ksp, kpc, wstate, cwp, secctx */ \
+ 0, 0, 0, 0, 0, \
/* reg_window */ \
{ { { 0, }, { 0, } }, }, \
/* rwbuf_stkptrs */ \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov