532033361430d8e5f0d51294a59ee92cdb4e783b
While no problems have been observed in practice yet, modern compilers may reorder memory access operations, and that could lead to problems with memory-mapped I/O typically done by drivers. This patch prevents any potentially problematic reordering by the compiler in the AHCI driver.
Description
No description provided