From: Akinobu Mita Date: Tue, 8 Jan 2008 23:32:57 +0000 (-0800) Subject: xip: fix get_zeroed_page with __GFP_HIGHMEM X-Git-Tag: v2.6.24-rc8~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51b1a160b63304720d49479986915e4c475a2cf;p=pandora-kernel.git xip: fix get_zeroed_page with __GFP_HIGHMEM The use of get_zeroed_page() with __GFP_HIGHMEM is invalid. Use alloc_page() with __GFP_ZERO instead of invalid get_zeroed_page(). (This patch is only compile tested) Cc: Carsten Otte Signed-off-by: Akinobu Mita Acked-by: Hugh Dickins Acked-by: Carsten Otte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed