From 97e2729d1a3432b9792b82ce88ce6d804a104f7a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Nov 1998 17:38:09 +0000 Subject: Added --disable-multiprocessing flag and modified a lot of files to make it work. --- cpukit/sapi/include/rtems/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/sapi/include/rtems/config.h') diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index e3ae50d7d1..5a01286059 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -43,7 +43,9 @@ typedef void *posix_api_configuration_table; #include #include +#if defined(RTEMS_MULTIPROCESSING) #include +#endif /* * The following records define the Multiprocessor Configuration @@ -57,7 +59,11 @@ typedef struct { unsigned32 maximum_nodes; /* maximum # nodes in system */ unsigned32 maximum_global_objects; /* maximum # global objects */ unsigned32 maximum_proxies; /* maximum # proxies */ +#if defined(RTEMS_MULTIPROCESSING) MPCI_Control *User_mpci_table; /* pointer to MPCI table */ +#else + void *User_mpci_table; /* pointer to MPCI table */ +#endif } rtems_multiprocessing_table; /* -- cgit v1.2.3