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:
Justin Hibbits 2013-06-04 00:40:26 +00:00
parent b87d5f1f1f
commit 05bd8e50ac
1 changed files with 1 additions and 1 deletions

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