mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 01:16:53 +08:00
* new-exceptions/cpu_asm.S: the book says a context
synchronizing instruction (isync) is necessary after flipping
certain bits (e.g, MSR_FP) in msr -- since this could happen as
part of a context switch I added 'isync'.