sh64: Fix up vmalloc fault range check.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 18 May 2012 11:01:16 +0000 (20:01 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 18 May 2012 11:01:16 +0000 (20:01 +0900)
commitd8fd35fc586f74b2defe011d3a2bfb507871a407
treeb2e897aa01fe879c338880a5b024441db623a01b
parentc3e0af98792f9f1c840dc969f883e46d0ced3e00
sh64: Fix up vmalloc fault range check.

With the previous attempt reverted this switches to conditionalizing the
end address. Nominally VMALLOC_END, but extended for P3_ADDR_MAX in the
store queue case.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/fault.c