aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/pcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/pcpu.h')
-rw-r--r--sys/riscv/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/riscv/include/pcpu.h b/sys/riscv/include/pcpu.h
index 46b258380a10..5068596462fc 100644
--- a/sys/riscv/include/pcpu.h
+++ b/sys/riscv/include/pcpu.h
@@ -48,7 +48,7 @@
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[49]
+ char __pad[56] /* Pad to factor of PAGE_SIZE */
#ifdef _KERNEL