summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/proc.h')
-rw-r--r--sys/ia64/include/proc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index 9d900f0..aeacc2a 100644
--- a/sys/ia64/include/proc.h
+++ b/sys/ia64/include/proc.h
@@ -35,9 +35,9 @@
* Machine-dependent part of the proc struct for the Alpha.
*/
-struct mdproc {
+struct mdthread {
u_long md_flags;
- struct user *md_uservirt; /* virtual address of p_addr */
+ void *md_kstackvirt; /* virtual address of td_kstack */
vm_offset_t md_bspstore; /* initial ar.bspstore */
};
@@ -47,3 +47,7 @@ struct mdproc {
#define MDP_UAC_SIGBUS 0x0040 /* Deliver SIGBUS upon
unaligned access */
#define MDP_UAC_MASK (MDP_UAC_NOPRINT | MDP_UAC_NOFIX | MDP_UAC_SIGBUS)
+
+struct mdproc {
+ struct user *md_uservirt; /* virtual address of p_addr */
+};
OpenPOWER on IntegriCloud