svn commit: r193392 - head/sys/sun4v/include

Marius Strobl marius at FreeBSD.org
Wed Jun 3 19:31:27 UTC 2009


Author: marius
Date: Wed Jun  3 19:31:26 2009
New Revision: 193392
URL: http://svn.freebsd.org/changeset/base/193392

Log:
  Adjust the padding of struct pcpu to r193219.
  
  Submitted by:	Eygene Ryabinkin

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

Modified: head/sys/sun4v/include/pcpu.h
==============================================================================
--- head/sys/sun4v/include/pcpu.h	Wed Jun  3 18:46:28 2009	(r193391)
+++ head/sys/sun4v/include/pcpu.h	Wed Jun  3 19:31:26 2009	(r193392)
@@ -39,9 +39,9 @@
 struct pmap;
 
 #ifdef KTR
-#define	PCPU_MD_FIELDS_PAD	(4 - (PCPU_NAME_LEN + 7) / 8)
+#define	PCPU_MD_FIELDS_PAD	(3 - (PCPU_NAME_LEN + 7) / 8)
 #else
-#define	PCPU_MD_FIELDS_PAD	4
+#define	PCPU_MD_FIELDS_PAD	3
 #endif
 
 /*


More information about the svn-src-all mailing list