Adjust the padding of struct pcpu to r193219.
Submitted by: Eygene Ryabinkin
This commit is contained in:
parent
849a8ce20b
commit
437ea46b9f
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user