]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/global_data.h
powerpc/mp: add support for discontiguous cores
[u-boot] / arch / powerpc / include / asm / global_data.h
index 2e218de0b7ec1570091a88aa253c35b2c4bf2a27..a33ca2f7b74eac9eb9c38bfba6f1b92aacf91b84 100644 (file)
@@ -172,6 +172,9 @@ typedef     struct  global_data {
 #if defined(CONFIG_LWMON) || defined(CONFIG_LWMON5)
        unsigned long kbd_status;
 #endif
+#ifdef CONFIG_SYS_FPGA_COUNT
+       unsigned fpga_state[CONFIG_SYS_FPGA_COUNT];
+#endif
 #if defined(CONFIG_WD_MAX_RATE)
        unsigned long long wdt_last;    /* trace watch-dog triggering rate */
 #endif