summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/rtems/config.h')
-rw-r--r--cpukit/sapi/include/rtems/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index cb7af0dc8c..598f293ff9 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -124,7 +124,9 @@ typedef struct {
*/
SAPI_EXTERN rtems_configuration_table *_Configuration_Table;
-SAPI_EXTERN rtems_multiprocessing_table *_Configuration_MP_table;
+#if defined(RTEMS_MULTIPROCESSING)
+ SAPI_EXTERN rtems_multiprocessing_table *_Configuration_MP_table;
+#endif
/*
* Some handy macros to avoid dependencies on either the BSP