Matheus Pecoraro commented on a discussion on bsps/x86_64/amd64/interrupts/isr_handler.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/95#note_108087 > /* Save the initial rsp */ > movq SAVED_RSP, (0 * CPU_SIZEOF_POINTER)(rsp) > > + /* Save x87 FPU, MMX and SSE state */ > +.set FXSAVE_SIZE, 512 It currently defaults to 4K which is the port's **CPU_STACK_MINIMUM_SIZE** but I don't see any check under cpukit/include/rtems/confdefs/percpu.h to make sure **CONFIGURE_INTERRUPT_STACK_SIZE** isn't less than that. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/95#note_108087 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
