summaryrefslogtreecommitdiff
path: root/sys/mips/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/proc.h')
-rw-r--r--sys/mips/include/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h
index 00f1e4bcc331..e71c858788de 100644
--- a/sys/mips/include/proc.h
+++ b/sys/mips/include/proc.h
@@ -53,7 +53,7 @@ struct mdthread {
int md_pc_ctrl; /* performance counter control */
int md_pc_count; /* performance counter */
int md_pc_spill; /* performance counter spill */
- vm_offset_t md_realstack;
+ void *md_tls;
};
/* md_flags */