Date: Wed, 3 Jun 2009 19:31:26 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193392 - head/sys/sun4v/include Message-ID: <200906031931.n53JVQhG063871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906031931.n53JVQhG063871>