patch-2.0.15 linux/include/asm-alpha/system.h
Next file: linux/include/asm-i386/irq.h
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Aug 21 09:12:49 1996
- Orig file:
v2.0.14/linux/include/asm-alpha/system.h
- Orig date:
Mon Aug 5 10:13:54 1996
diff -u --recursive --new-file v2.0.14/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -38,11 +38,12 @@
* (assuming they are running OSF/1 PALcode, I guess).
*/
struct el_common {
- unsigned int size; /* size in bytes of logout area */
- int sbz1 : 31; /* should be zero */
- char retry : 1; /* retry flag */
- unsigned int proc_offset; /* processor-specific offset */
- unsigned int sys_offset; /* system-specific offset */
+ unsigned int size; /* size in bytes of logout area */
+ int sbz1 : 31; /* should be zero */
+ char retry : 1; /* retry flag */
+ unsigned int proc_offset; /* processor-specific offset */
+ unsigned int sys_offset; /* system-specific offset */
+ unsigned long code; /* machine check code */
};
extern void wrent(void *, unsigned long);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov