Pad the PCPU MD struct, to satisfy an assert added with the projects/counters

branch import.

PR:		ports/179173,ports/179164
This commit is contained in:
jhibbits 2013-06-04 00:40:26 +00:00
parent b381972ac3
commit 7b99a1571c

View File

@ -128,7 +128,7 @@ struct pmap;
*/
#ifndef PCPU_MD_FIELDS
#define PCPU_MD_FIELDS \
int pc_md_placeholder
int pc_md_placeholder[32]
#endif
#ifdef _KERNEL