From 24f8915a079446918abd4f7b2a8e1b8385930f85 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Dec 2019 07:11:54 +0100 Subject: config: Add _MPCI_Configuration Replace the user MPCI configuration table with a system provided _MPCI_Configuration. Update #3735. --- bsps/include/shm_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps') 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 */ -- cgit v1.2.3