validation: Fix powerpc in test case

The powerpc context switch restores the interrupt state.

Update #4955.
This commit is contained in:
Sebastian Huber
2024-04-30 01:39:05 -04:00
committed by Amar Takhar
parent b4c65f78a0
commit 7bc76732b0
+1 -1
View File
@@ -221,7 +221,7 @@ static void ISRHandler( void *arg )
(void) arg;
#if defined(RTEMS_SMP)
#if defined(RTEMS_SMP) && !(defined(__PPC__) || (__powerpc64__))
Per_CPU_Control *cpu_self;
cpu_self = _Per_CPU_Get();