xpmem: support large page
1. try to use as large page as possible on attach 2. pre-map resident remote pages on attach Change-Id: I5580682a4199e94085a9bad9ce3958a0f14cdcea
This commit is contained in:
committed by
Masamichi Takagi
parent
3aaa5350f0
commit
d2db639853
@@ -107,7 +107,7 @@ fi
|
||||
|
||||
mcstop() {
|
||||
echo -n "mcstop+release.sh ... "
|
||||
sudo "$SBIN/mcstop+release.sh"
|
||||
"$SBIN/mcstop+release.sh"
|
||||
echo "done"
|
||||
|
||||
if lsmod | grep mcctrl > /dev/null 2>&1; then
|
||||
@@ -118,7 +118,7 @@ mcstop() {
|
||||
|
||||
mcreboot() {
|
||||
echo -n "mcreboot.sh $BOOTPARAM ... "
|
||||
sudo "$SBIN/mcreboot.sh" $BOOTPARAM
|
||||
"$SBIN/mcreboot.sh" $BOOTPARAM
|
||||
echo "done"
|
||||
|
||||
if ! lsmod | grep mcctrl > /dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user