From 8d22b57969b9ade59e31d59fb39ad06f95934e5d Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 12 Feb 2024 08:30:58 -0600 Subject: i386: Restore SMP functionality When the switch to waf occurred, the SMP support in i386 was left out causing it to accumulate a minor amount of cruft. This enables SMP for the i386 BSPs that support it and updates them for the API drift that has occurred since the change. --- cpukit/score/cpu/i386/include/rtems/score/cpu.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/cpu/i386/include/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/i386/include/rtems/score/cpu.h b/cpukit/score/cpu/i386/include/rtems/score/cpu.h index 76ee238b6e..a12b0f2b92 100644 --- a/cpukit/score/cpu/i386/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/i386/include/rtems/score/cpu.h @@ -572,6 +572,11 @@ void _CPU_Context_switch( Context_Control *heir ); +RTEMS_NO_RETURN void _CPU_Context_switch_no_return( + Context_Control *executing, + Context_Control *heir +); + /* * _CPU_Context_restore * -- cgit v1.2.3