2d708164e0
Provide default values that are as close as possible to the values used by the guest's kernel. Tested-by: Helge Deller <deller@gmx.de> Reviewed-by: Helge Deller <deller@gmx.de> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
12 lines
303 B
C
12 lines
303 B
C
/*
|
|
* arch/hexgon/include/asm/processor.h
|
|
* TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
|
|
*
|
|
* arch/hexagon/include/asm/mem-layout.h
|
|
* TASK_SIZE PAGE_OFFSET
|
|
* PAGE_OFFSET 0xc0000000
|
|
*/
|
|
#define TASK_UNMAPPED_BASE 0x40000000
|
|
|
|
#include "../generic/target_mman.h"
|