mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 21:51:49 +08:00
validation: Fix powerpc in test case
The powerpc context switch restores the interrupt state. Update #4955.
This commit is contained in:
committed by
Amar Takhar
parent
b4c65f78a0
commit
7bc76732b0
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user