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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to