mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 03:00:13 +02:00
execmem does not depend on modules, on the contrary modules use execmem. To make execmem available when CONFIG_MODULES=n, for instance for kprobes, split execmem_params initialization out from arch/*/kernel/module.c and compile it when CONFIG_EXECMEM=y Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| asm-offsets.c | ||
| cpuinfo.c | ||
| entry.S | ||
| head.S | ||
| insnemu.S | ||
| irq.c | ||
| kgdb.c | ||
| Makefile | ||
| misaligned.c | ||
| module.c | ||
| nios2_ksyms.c | ||
| process.c | ||
| prom.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| sys_nios2.c | ||
| syscall_table.c | ||
| time.c | ||
| traps.c | ||
| vmlinux.lds.S | ||