From: Benjamin Herrenschmidt Date: Sun, 6 May 2007 21:50:09 +0000 (-0700) Subject: get_unmapped_area handles MAP_FIXED on parisc X-Git-Tag: v2.6.22-rc1~932 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869e5101728fe2f307f0a3c3cf599c184f81f0ee;p=pandora-kernel.git get_unmapped_area handles MAP_FIXED on parisc Handle MAP_FIXED in parisc arch_get_unmapped_area(), just return the address. We might want to also check for possible cache aliasing issues now that we get called in that case (like ARM or MIPS), leave a comment for the maintainers to pick up. Signed-off-by: Benjamin Herrenschmidt Cc: Kyle McMartin Cc: Grant Grundler Cc: Matthew Wilcox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed