aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2024-10-08 18:49:11 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2025-01-10 19:16:06 +0000
commitdef7999c2ccddc9a303a65c0bea22976e79d8613 (patch)
tree9f497a318a8b9e38719354cca0bcd46207723967 /sys/riscv/include
parentac9de183f37006fc2089757779d6d5065a530d5b (diff)
Diffstat (limited to 'sys/riscv/include')
-rw-r--r--sys/riscv/include/pcpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/riscv/include/pcpu.h b/sys/riscv/include/pcpu.h
index d00226defc2f..f11060496963 100644
--- a/sys/riscv/include/pcpu.h
+++ b/sys/riscv/include/pcpu.h
@@ -46,7 +46,8 @@
struct pmap *pc_curpmap; /* Currently active pmap */ \
uint32_t pc_pending_ipis; /* IPIs pending to this CPU */ \
uint32_t pc_hart; /* Hart ID */ \
- char __pad[56] /* Pad to factor of PAGE_SIZE */
+ uint64_t pc_clock; \
+ char __pad[48] /* Pad to factor of PAGE_SIZE */
#ifdef _KERNEL