diff options
author | Will Deacon <will.deacon@arm.com> | 2019-02-22 15:45:42 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-04-08 13:00:40 +0200 |
commit | b012980d1c6e27f5c4adf0c19defca8658956820 (patch) | |
tree | 11d24c8be3e2aeacd423bc556ff68da03a82bf60 /arch/riscv/Kconfig | |
parent | powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic code (diff) | |
download | linux-b012980d1c6e27f5c4adf0c19defca8658956820.tar.xz linux-b012980d1c6e27f5c4adf0c19defca8658956820.zip |
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>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index eb56c82d8aa1..6e30e8126799 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -48,6 +48,7 @@ config RISCV select RISCV_TIMER select GENERIC_IRQ_MULTI_HANDLER select ARCH_HAS_PTE_SPECIAL + select ARCH_HAS_MMIOWB select HAVE_EBPF_JIT if 64BIT config MMU |