svn commit: r251356 - head/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Tue Jun 4 00:40:27 UTC 2013


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


More information about the svn-src-head mailing list