Skip to content

Commit ccb0aa0

Browse files
steffen-maierAlexander Gordeev
authored andcommitted
s390: Support CONFIG_TRACE_MMIO_ACCESS
Enable the functionality of commits d593d64 ("lib: Add register read/write tracing support") 2100319 ("asm-generic/io: Add logging support for MMIO accessors"). It only depends on explicit function calls for the tracing. Signed-off-by: Steffen Maier <[email protected]> Reviewed-by: Niklas Schnelle <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 56f4cfa commit ccb0aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/s390/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ config S390
102102
select ARCH_HAS_UBSAN
103103
select ARCH_HAS_VDSO_TIME_DATA
104104
select ARCH_HAVE_NMI_SAFE_CMPXCHG
105+
select ARCH_HAVE_TRACE_MMIO_ACCESS
105106
select ARCH_INLINE_READ_LOCK
106107
select ARCH_INLINE_READ_LOCK_BH
107108
select ARCH_INLINE_READ_LOCK_IRQ

0 commit comments

Comments
 (0)