If size exceeds, mmap fails and set -ENOMEM Change-Id: I4f0d6e18ee3a7c8e32e251b7ed07ee9f76305603 Refs: #1183
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
MEMALL=10
|
|
BOOTPARAM="-c 1-7,9-15,17-23,25-31 -m ${MEMALL}G@0 -r 1-7:0+9-15:8+17-23:16+25-31:24 -O"
|
|
OVERSIZE=`expr ${MEMALL} + 1`
|
|
INSIZE=`expr ${MEMALL} / 2`
|
|
PGSHIFT_LIST=(0 21 30)
|
|
MULTI_MAP_RESULT=(1 1 0)
|
|
|