mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
CONFIG_CORESIGHT_SOURCE_ETM4X is undefined when built as module,
CONFIG_CORESIGHT_SOURCE_ETM4X_MODULE is defined instead.
Therefore code in format_attr_contextid_show() not correctly complied
when coresight built as module.
Use IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X) to correct this.
Link: https://lore.kernel.org/r/20210414194808.22872-1-mike.leach@linaro.org
Fixes:
|
||
|---|---|---|
| .. | ||
| coresight | ||
| intel_th | ||
| stm | ||
| Kconfig | ||