From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org (Andrew Morton) Date: Tue, 6 Nov 2012 14:38:30 -0800 Subject: [PATCH 10/16] mm: use vm_unmapped_area() on mips architecture In-Reply-To: <1352155633-8648-11-git-send-email-walken@google.com> References: <1352155633-8648-1-git-send-email-walken@google.com> <1352155633-8648-11-git-send-email-walken@google.com> Message-ID: <20121106143830.29de3bad.akpm@linux-foundation.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 5 Nov 2012 14:47:07 -0800 Michel Lespinasse wrote: > Update the mips arch_get_unmapped_area[_topdown] functions to make > use of vm_unmapped_area() instead of implementing a brute force search. > Are the changes to the coloring equivalent to what was there before? It's unobvious.. COLOUR_ALIGN_DOWN() is now unused and should be removed?