Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 11:30:40 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309053 - head/sys/mips/include
Message-ID:  <201611231130.uANBUetw094614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231130.uANBUetw094614>