patch-2.3.11 linux/include/asm-alpha/processor.h
Next file: linux/include/asm-alpha/ptrace.h
Previous file: linux/include/asm-alpha/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Jul 12 07:49:36 1999
- Orig file:
v2.3.10/linux/include/asm-alpha/processor.h
- Orig date:
Tue Jun 22 10:46:52 1999
diff -u --recursive --new-file v2.3.10/linux/include/asm-alpha/processor.h linux/include/asm-alpha/processor.h
@@ -61,15 +61,6 @@
*/
unsigned long flags;
- /* The full version of the ASN including serial number.
-
- Two threads running on two different processors must of necessity
- have different serial numbers. Having this duplicated from
- mm->context allows them to be slightly out of sync preventing
- the asn from incrementing each and every time the two threads
- are scheduled. */
- unsigned long mm_context;
-
/* Perform syscall argument validation (get/set_fs). */
mm_segment_t fs;
@@ -86,7 +77,7 @@
0, 0, 0, \
0, 0, 0, \
0, 0, 0, \
- 0, 0, \
+ 0, \
KERNEL_DS \
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)