[PATCH] more procfs bits for !CONFIG_MMU
New version with all ifdef CONFIG_MMU gone from procfs. Instead, the conditional code is in either task_mmu.c/task_nommu.c, and the Makefile will select the proper file for inclusion depending on CONFIG_MMU.
Showing
fs/proc/task_mmu.c
0 → 100644
fs/proc/task_nommu.c
0 → 100644
Please register or sign in to comment