Adjust the padding of struct pcpu to r193219.

Submitted by:	Eygene Ryabinkin
This commit is contained in:
Marius Strobl 2009-06-03 19:31:26 +00:00
parent 3de4046939
commit 506a380d0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193392

View file

@ -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
/*