From: Paul Mundt Date: Mon, 14 May 2012 06:11:35 +0000 (+0900) Subject: sh: Ensure fixmap and store queue space can co-exist. X-Git-Tag: v3.5-rc1~134^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e7c297efeca0861adcca073a0d283da659834b;p=pandora-kernel.git sh: Ensure fixmap and store queue space can co-exist. At the moment the top of the fixmap space is calculated from P4SEG, which places it at the end of the store queue space when that API is enabled. Make sure we use P3_ADDR_MAX here instead to find the proper address limit. With this done, it's also possible to switch to the generic vmalloc address range check now that VMALLOC_START/END encapsulate the translatable areas that we care about. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed