summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-12 07:11:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-13 08:35:17 +0100
commit24f8915a079446918abd4f7b2a8e1b8385930f85 (patch)
tree708417a866d436b619e471d834b56f95109eb66f /bsps
parentrtems: Add and use rtems_object_get_local_node() (diff)
downloadrtems-24f8915a079446918abd4f7b2a8e1b8385930f85.tar.bz2
config: Add _MPCI_Configuration
Replace the user MPCI configuration table with a system provided _MPCI_Configuration. Update #3735.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/include/shm_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/include/shm_driver.h b/bsps/include/shm_driver.h
index 3dca866aa1..f81945b3d8 100644
--- a/bsps/include/shm_driver.h
+++ b/bsps/include/shm_driver.h
@@ -433,7 +433,7 @@ struct shm_config_info {
typedef struct shm_config_info shm_config_table;
-#define SHM_MAXIMUM_NODES Multiprocessing_configuration.maximum_nodes
+#define SHM_MAXIMUM_NODES _MPCI_Configuration.maximum_nodes
/* global variables */