mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 04:41:22 +08:00
PR 1237/rtems * cpu.c, cpu_asm.S, rtems/score/cpu.h: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.