diff --git a/testsuites/smptests/smpfatal08/init.c b/testsuites/smptests/smpfatal08/init.c index b0fc52a40c..2de76e45a4 100644 --- a/testsuites/smptests/smpfatal08/init.c +++ b/testsuites/smptests/smpfatal08/init.c @@ -20,6 +20,7 @@ #include #include +#include #include #include @@ -37,6 +38,13 @@ void bsp_start_on_secondary_processor(void) /* Provided to avoid multiple definitions of the CPU SMP support functions */ } +#if QORIQ_THREAD_COUNT > 1 +void qoriq_start_thread(void) +{ + /* Provided to avoid multiple definitions of the CPU SMP support functions */ +} +#endif + uint32_t _CPU_SMP_Initialize(void) { return 2;