forked from Imagelibrary/rtems
smp: Fix PowerPC context switch
This commit is contained in:
@@ -267,7 +267,7 @@ PROC (_CPU_Context_switch):
|
|||||||
mfmsr r5
|
mfmsr r5
|
||||||
mflr r6
|
mflr r6
|
||||||
mfcr r7
|
mfcr r7
|
||||||
#ifdef RTEMS_MULTIPROCESSING
|
#if defined(RTEMS_MULTIPROCESSING) || defined(RTEMS_SMP)
|
||||||
/*
|
/*
|
||||||
* We have to clear the reservation of the executing thread. See also
|
* We have to clear the reservation of the executing thread. See also
|
||||||
* Book E section 6.1.6.2 "Atomic Update Primitives".
|
* Book E section 6.1.6.2 "Atomic Update Primitives".
|
||||||
|
|||||||
Reference in New Issue
Block a user