We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am doing a writel to a PCIe device which is taking around 3msec due to link in low power state.
writel translates to wmb followed by STR asm instruction.
My question is, while ARM performing STR instruction on CPUx, can any IRQ able to preempt this and run?
Or IRQ can only be performed after this STR instruction is finished?
Thanks,
Shankar
Thanks, let me see if any PCIe/Interrupt controller expert responds.