Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 00:50:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/179173: commit references a PR
Message-ID:  <201306040050.r540o049088871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179173; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179173: commit references a PR
Date: Tue,  4 Jun 2013 00:40:38 +0000 (UTC)

 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-unsubscribe@freebsd.org"
 



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