aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-09-13 21:05:47 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-10-10 09:21:17 +0000
commit4d0d7ea9e752d7fce2a2f46e4c6c02951aaaf504 (patch)
tree08456b3284e129119eb77247921acf744b700a3b /sys/amd64/include/proc.h
parent45e930db73af952225d04722d83496c397d6450b (diff)
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r--sys/amd64/include/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index 59796e729ac4..12fb7bf9724c 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -75,6 +75,8 @@ struct mdthread {
int md_efirt_dis_pf; /* (k) */
struct pcb md_pcb;
vm_offset_t md_stack_base;
+ struct savefpu *md_usr_fpu_save;
+ struct savefpu *md_fpu_scratch;
};
struct mdproc {