bcm64: increase maximum segment size to 8GB

make it possible for one process to use all
of physical memory.
This commit is contained in:
cinap_lenrek 2020-07-03 01:17:38 +02:00
parent 91994dc5d8
commit 03852d9408

View file

@ -87,7 +87,7 @@
#define PTEMAPMEM (1024*1024)
#define PTEPERTAB (PTEMAPMEM/BY2PG)
#define SEGMAPSIZE 1984
#define SEGMAPSIZE 8192
#define SSEGMAPSIZE 16
#define PPN(x) ((x)&~(BY2PG-1))