bcm64: increase maximum segment size to 8GB
make it possible for one process to use all of physical memory.
This commit is contained in:
parent
91994dc5d8
commit
03852d9408
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue