riscv/mmiowb: Hook up mmwiob() implementation to asm-generic code
authorWill Deacon <will.deacon@arm.com>
Fri, 22 Feb 2019 14:45:42 +0000 (14:45 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 8 Apr 2019 11:00:40 +0000 (12:00 +0100)
commitb012980d1c6e27f5c4adf0c19defca8658956820
tree11d24c8be3e2aeacd423bc556ff68da03a82bf60
parent420af1554790a95e6813f56f63b6d2361614082b
riscv/mmiowb: Hook up mmwiob() implementation to asm-generic code

In a bid to kill off explicit mmiowb() usage in driver code, hook up
the asm-generic mmiowb() tracking code for riscv, so that an mmiowb()
is automatically issued from spin_unlock() if an I/O write was performed
in the critical section.

Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/riscv/Kconfig
arch/riscv/include/asm/Kbuild
arch/riscv/include/asm/io.h
arch/riscv/include/asm/mmiowb.h [new file with mode: 0644]