[PATCH] mm: do not use mm->nr_pmds on !MMU configurations

2015-01-30 Thread Kirill A. Shutemov
mm->nr_pmds doesn't make sense on !MMU configurations Signed-off-by: Kirill A. Shutemov --- This patch should probably go before the series. --- include/linux/mm.h | 9 - kernel/fork.c | 4 +--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/linux/mm.h

[PATCH] mm: do not use mm-nr_pmds on !MMU configurations

2015-01-30 Thread Kirill A. Shutemov
mm-nr_pmds doesn't make sense on !MMU configurations Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com --- This patch should probably go before the series. --- include/linux/mm.h | 9 - kernel/fork.c | 4 +--- 2 files changed, 9 insertions(+), 4 deletions(-) diff