blob: 0f06dadbd4b325aa919bb2e184d61cae5a00ab86 (
plain)
1
2
3
4
5
6
7
8
|
/*
* arch/loongarch/include/asm/processor.h:
* TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
*/
#define TASK_UNMAPPED_BASE \
TARGET_PAGE_ALIGN((1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) / 3)
#include "../generic/target_mman.h"
|