mirror of
https://github.com/torvalds/linux.git
synced 2025-10-30 00:06:59 +02:00
rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
There is no page fault without MMU. Compiling the rtapp/pagefault monitor
without CONFIG_MMU fails as page fault tracepoints' definitions are not
available.
Make rtapp/pagefault monitor depends on CONFIG_MMU.
Fixes: 9162620eb6 ("rv: Add rtapp_pagefault monitor")
Signed-off-by: Nam Cao <namcao@linutronix.de>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202509260455.6Z9Vkty4-lkp@intel.com/
Cc: stable@vger.kernel.org
Reviewed-by: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/r/20251002082317.973839-1-namcao@linutronix.de
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
This commit is contained in:
parent
103541e6a5
commit
3d62f95bd8
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ config RV_MON_PAGEFAULT
|
|||
select RV_LTL_MONITOR
|
||||
depends on RV_MON_RTAPP
|
||||
depends on X86 || RISCV
|
||||
depends on MMU
|
||||
default y
|
||||
select LTL_MON_EVENTS_ID
|
||||
bool "pagefault monitor"
|
||||
|
|
|
|||
Loading…
Reference in a new issue