aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/pcpu.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-08-12 18:45:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-08-12 18:45:36 +0000
commit90699f2a767445c0b2eaaaeed582b8e86ccc9601 (patch)
treecf2ca1a2c62c63772a4d167073fc9c46ebf2266b /sys/riscv/include/pcpu.h
parentd5c62a6f032e9fac5cf108d4a3ef0126a54dea19 (diff)
Notes
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