-
由 Sinan Kaya 提交于
The default implementation of mapping writeX() to __raw_writeX() is wrong. writeX() has stronger ordering semantics. Compiler is allowed to reorder memory writes against __raw_writeX(). Use the previously defined __io_aw() and __io_bw() macros to harden code generation according to architecture support. Signed-off-by: NSinan Kaya <okaya@codeaurora.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
755bd04a