Re: [PATCH -mm v2 11/11] mm: remove SH arch_get_unmapped_area functions
From: Paul Mundt <hidden>
Date: 2012-06-25 02:12:51
Also in:
linux-sh, lkml
From: Paul Mundt <hidden>
Date: 2012-06-25 02:12:51
Also in:
linux-sh, lkml
On Thu, Jun 21, 2012 at 05:57:15PM -0400, Rik van Riel wrote:
Remove the SH special variants of arch_get_unmapped_area since the generic functions should now be able to handle everything. Paul, does anything in NOMMU SH need shm_align_mask? Untested because I have no SH hardware. Signed-off-by: Rik van Riel <redacted> Cc: Paul Mundt <redacted> Cc: Magnus Damm <magnus.damm@gmail.com> Cc: linux-sh@vger.kernel.org
We don't particularly need it for the nommu case, it's just using the default PAGE_SIZE case there. The primary reason for having it defined is so we can use the same cache alias checking and d-cache purging code on parts that can operate with or without the MMU enabled. So it would be nice to have the variable generally accessible regardless of CONFIG_MMU setting, rather than having to have a private definition for the nommu case. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>