linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
commit9c9b5d7b9220d2f52a2df24373c8f35604f444fc
authorHelge Deller <deller@gmx.de>
Sun, 18 Sep 2022 19:45:51 +0000 (18 21:45 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Sep 2022 07:29:33 +0000 (27 09:29 +0200)
tree2bb18dddd3284a686b6753402a131894b5c9f4aa
parent105d599a33462bd64529bc3bacc68e2d0fbb876b
linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch

On the parisc architecture the stack grows upwards.
Move the TASK_UNMAPPED_BASE to high memory area as it's done by the
kernel on physical machines.

Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <20220918194555.83535-9-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/mmap.c