From 7b99a1571cea38ee4af5c67ff9efdefd8fc9523f Mon Sep 17 00:00:00 2001 From: jhibbits 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 3f6a23446bfc..7ab184e6427a 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