[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1383929517.11574.92.camel@deneb.redhat.com>
Date: Fri, 08 Nov 2013 11:51:57 -0500
From: Mark Salter <msalter@...hat.com>
To: linux-next@...r.kernel.org
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: linux-next build failure
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@...ux-foundation.org>
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists