forked from Imagelibrary/rtems
@@ -453,6 +453,15 @@ static void test(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
active_extensions = 4;
|
active_extensions = 4;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* In SMP configurations, the context switch from the system initialization
|
||||||
|
* context to the initialization task is visible to the context switch
|
||||||
|
* extensions.
|
||||||
|
*
|
||||||
|
* In uniprocessor configurations, this is not the case and two counter
|
||||||
|
* increments are missing.
|
||||||
|
*/
|
||||||
#ifdef RTEMS_SMP
|
#ifdef RTEMS_SMP
|
||||||
assert(counter == 12);
|
assert(counter == 12);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user