patch-1.3.44 linux/include/asm-sparc/user.h
Next file: linux/include/asm-sparc/vac-ops.h
Previous file: linux/include/asm-sparc/unistd.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Sat Nov 25 04:33:17 1995
- Orig file:
v1.3.43/linux/include/asm-sparc/user.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.43/linux/include/asm-sparc/user.h linux/include/asm-sparc/user.h
@@ -0,0 +1,29 @@
+/* $Id: user.h,v 1.2 1995/11/25 02:33:15 davem Exp $
+ * asm-sparc/user.h: Core file definitions for the Sparc.
+ *
+ * Copyright (C) 1995 (davem@caip.rutgers.edu)
+ */
+#ifndef _SPARC_USER_H
+#define _SPARC_USER_H
+
+struct user {
+ unsigned long regs[24 + 32]; /* locals, ins, globals + fpu regs */
+ size_t u_tsize;
+ size_t u_dsize;
+ size_t u_ssize;
+ unsigned long start_code;
+ unsigned long start_data;
+ unsigned long start_stack;
+ int signal;
+ unsigned long *u_ar0;
+ unsigned long magic;
+ char u_comm[32];
+};
+
+#define NBPG PAGE_SIZE
+#define UPAGES 1
+#define HOST_TEXT_START_ADDR (u.start_code)
+#define HOST_DATA_START_ADDR (u.start_data)
+#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
+
+#endif /* !(_SPARC_USER_H) */
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