From ea4fe1da6284fb804009811fe11e9f12852b7d04 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 15 Feb 2018 20:42:38 +0000 Subject: [PATCH] Change size of padding to reflect reality. No functional change. Discussed with: kib --- sys/amd64/include/pcpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index 3cbf44e2bf2..474e26c0daa 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