I'm seeing a build failure for a no-MMU system: mm/built-in.o: In function `__vm_enough_memory': (.text+0x1ce70): undefined reference to `vm_commit_limit' fs/built-in.o: In function `meminfo_proc_show': meminfo.c:(.text+0x6852c): undefined reference to `vm_commit_limit' This patch added vm_commit_limit() to mm/mmap.c, but no-mmu systems use mm/nommu.c instead. commit 50e05119f980037b474043434cb713bf6f859734 Author: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Date: Thu Nov 7 12:01:09 2013 +1100 mm-factor-commit-limit-calculation-fix uninline vm_commit_limit() -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html