summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/pcpu.h')
-rw-r--r--sys/powerpc/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h
index 3f6a234..7ab184e 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
OpenPOWER on IntegriCloud