summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2005-02-26 00:02:14 +0000
committercognet <cognet@FreeBSD.org>2005-02-26 00:02:14 +0000
commitea8a18c3793fc58ecf5343a3df8639057c920891 (patch)
tree43aac381502249b98e7dbc5c8021d177eb0370ef /sys
parent681b865539ae254306cf2a782728fc0ce24ee89e (diff)
downloadFreeBSD-src-ea8a18c3793fc58ecf5343a3df8639057c920891.zip
FreeBSD-src-ea8a18c3793fc58ecf5343a3df8639057c920891.tar.gz
Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/include/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h
index e14f38d..eb548cc 100644
--- a/sys/arm/include/proc.h
+++ b/sys/arm/include/proc.h
@@ -49,6 +49,7 @@ struct mdthread {
register_t md_savecrit;
int md_ptrace_instr;
int md_ptrace_addr;
+ void *md_tp;
};
struct mdproc {
OpenPOWER on IntegriCloud