commit | cc1b3960a1a54125d2c87719fa945179bffbae68 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Oct 05 10:36:01 2017 -0400 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Oct 16 16:00:56 2017 +0300 |
tree | 3440e13698752f13ef468d5d28190f8a01f37cc6 | |
parent | 18e80c55bb6ec17c05ec0ba717ec83933c2bfc07 [diff] |
linux-user/sh4: Reduce TARGET_VIRT_ADDR_SPACE_BITS to 31 The real kernel has TASK_SIZE as 0x7c000000, due to quirks with a couple of SH parts. But nominally user-space is limited to 2GB. Signed-off-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20170708025030.15845-4-rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>