Date: Thu, 15 Feb 2018 20:42:38 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329340 - head/sys/amd64/include Message-ID: <201802152042.w1FKgcDd079601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Thu Feb 15 20:42:38 2018 New Revision: 329340 URL: https://svnweb.freebsd.org/changeset/base/329340 Log: Change size of padding to reflect reality. No functional change. Discussed with: kib Modified: head/sys/amd64/include/pcpu.h Modified: head/sys/amd64/include/pcpu.h ============================================================================== --- head/sys/amd64/include/pcpu.h Thu Feb 15 19:49:15 2018 (r329339) +++ head/sys/amd64/include/pcpu.h Thu Feb 15 20:42:38 2018 (r329340) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802152042.w1FKgcDd079601>