Adjust the padding of struct pcpu to r193219.

Submitted by:	Eygene Ryabinkin
This commit is contained in:
marius 2009-06-03 19:31:26 +00:00
parent 849a8ce20b
commit 437ea46b9f

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