[rtems commit] smptests/smpfatal08: Fix link error
Sebastian Huber
sebh at rtems.org
Mon Sep 1 06:37:31 UTC 2014
Module: rtems
Branch: master
Commit: c147a139c60480ff8191c33d10d4d4eab7723335
Changeset: http://git.rtems.org/rtems/commit/?id=c147a139c60480ff8191c33d10d4d4eab7723335
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Sep 1 08:45:23 2014 +0200
smptests/smpfatal08: Fix link error
---
testsuites/smptests/smpfatal08/init.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/testsuites/smptests/smpfatal08/init.c b/testsuites/smptests/smpfatal08/init.c
index 9fd855a..0c51ef0 100644
--- a/testsuites/smptests/smpfatal08/init.c
+++ b/testsuites/smptests/smpfatal08/init.c
@@ -64,6 +64,13 @@ uint32_t _CPU_SMP_Get_current_processor(void)
}
#endif
+#if defined(__leon__)
+void _LEON3_Start_multitasking(Context_Control *heir)
+{
+ assert(0);
+}
+#endif
+
void _CPU_SMP_Send_interrupt(uint32_t target_processor_index)
{
(void) target_processor_index;
More information about the vc
mailing list