svn commit: r309053 - head/sys/mips/include
Ruslan Bukin
br at FreeBSD.org
Wed Nov 23 11:30:41 UTC 2016
Author: br
Date: Wed Nov 23 11:30:40 2016
New Revision: 309053
URL: https://svnweb.freebsd.org/changeset/base/309053
Log:
Increase pcpu size to 512 so it become both denominator
of PAGE_SIZE and aligned to CACHE_LINE_SIZE.
This fixes CTASSERT.
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/include/pcpu.h
Modified: head/sys/mips/include/pcpu.h
==============================================================================
--- head/sys/mips/include/pcpu.h Wed Nov 23 11:03:23 2016 (r309052)
+++ head/sys/mips/include/pcpu.h Wed Nov 23 11:30:40 2016 (r309053)
@@ -48,7 +48,7 @@
#else
#define PCPU_MD_MIPS32_FIELDS \
PCPU_MD_COMMON_FIELDS \
- char __pad[133]
+ char __pad[193]
#endif
#ifdef __mips_n64
More information about the svn-src-head
mailing list