Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 00:40:27 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251356 - head/sys/powerpc/include
Message-ID:  <201306040040.r540eRNr049076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Tue Jun  4 00:40:26 2013
New Revision: 251356
URL: http://svnweb.freebsd.org/changeset/base/251356

Log:
  Pad the PCPU MD struct, to satisfy an assert added with the projects/counters
  branch import.
  
  PR:		ports/179173,ports/179164

Modified:
  head/sys/powerpc/include/pcpu.h

Modified: head/sys/powerpc/include/pcpu.h
==============================================================================
--- head/sys/powerpc/include/pcpu.h	Tue Jun  4 00:38:19 2013	(r251355)
+++ head/sys/powerpc/include/pcpu.h	Tue Jun  4 00:40:26 2013	(r251356)
@@ -128,7 +128,7 @@ struct pmap;
  */
 #ifndef PCPU_MD_FIELDS
 #define	PCPU_MD_FIELDS							\
-	int		pc_md_placeholder
+	int		pc_md_placeholder[32]
 #endif
 
 #ifdef _KERNEL



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