aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/include/proc.h')
-rw-r--r--sys/arm64/include/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/include/proc.h b/sys/arm64/include/proc.h
index 184743d4cc80..b40990e89385 100644
--- a/sys/arm64/include/proc.h
+++ b/sys/arm64/include/proc.h
@@ -75,6 +75,7 @@ struct mdthread {
struct mdproc {
uint64_t md_tcr; /* TCR_EL1 fields to update */
+ uint64_t md_reserved[2];
};
#endif /* !LOCORE */