mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| pagefault_trace.h | ||
| pagefault.c | ||
| pagefault.h | ||