From 05bd8e50ac8547282b80692ef7c9be53a6389a1c Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Tue, 4 Jun 2013 00:40:26 +0000 Subject: [PATCH] Pad the PCPU MD struct, to satisfy an assert added with the projects/counters branch import. PR: ports/179173,ports/179164 --- sys/powerpc/include/pcpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index 3f6a23446bf..7ab184e6427 100644 --- a/sys/powerpc/include/pcpu.h +++ b/sys/powerpc/include/pcpu.h @@ -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