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.