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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to