From 562eab5c4edcc347a08ad7bcf8c3d71a8068ba5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Jul 2009 15:13:47 +0000 Subject: 2009-07-03 Daniel Hellstrom * sapi/src/exinit.c, score/include/rtems/score/objectmp.h, score/src/objectmp.c: Ensure local node number is set early enough in MP configurations. --- cpukit/sapi/src/exinit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index f6b5fbf13d..41cf37e2ce 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -96,6 +96,10 @@ void rtems_initialize_data_structures(void) */ _CPU_Initialize(); + #if defined(RTEMS_MULTIPROCESSING) + _Objects_MP_Handler_early_initialization(); + #endif + /* * Do this as early as possible to ensure no debugging output * is even attempted to be printed. -- cgit v1.2.3