aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-02-15 20:42:38 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-02-15 20:42:38 +0000
commitea4fe1da6284fb804009811fe11e9f12852b7d04 (patch)
treedf82c55f80fba38e412362f6dc6f1d80035cbbf8 /sys
parentc5b86c3b7644e22989346cb48fc42a6ea5d508c4 (diff)
downloadsrc-ea4fe1da6284fb804009811fe11e9f12852b7d04.tar.gz
src-ea4fe1da6284fb804009811fe11e9f12852b7d04.zip
Change size of padding to reflect reality. No functional change.
Discussed with: kib
Notes
Notes: svn path=/head/; revision=329340
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h
index 3cbf44e2bf20..474e26c0daa2 100644
--- a/sys/amd64/include/pcpu.h
+++ b/sys/amd64/include/pcpu.h
@@ -75,7 +75,7 @@
uint32_t pc_pcid_gen; \
uint32_t pc_smp_tlb_done; /* TLB op acknowledgement */ \
uint32_t pc_ibpb_set; \
- char __pad[216] /* be divisor of PAGE_SIZE \
+ char __pad[224] /* be divisor of PAGE_SIZE \
after cache alignment */
#define PC_DBREG_CMD_NONE 0