Revert "xpmem: fix mapping of attachment and segment"
This reverts commit a5fcc91656.
Change-Id: If29415369d724391b291939ecce76482138e82f5
This commit is contained in:
@@ -107,7 +107,7 @@ fi
|
||||
|
||||
mcstop() {
|
||||
echo -n "mcstop+release.sh ... "
|
||||
"$SBIN/mcstop+release.sh"
|
||||
sudo "$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 ... "
|
||||
"$SBIN/mcreboot.sh" $BOOTPARAM
|
||||
sudo "$SBIN/mcreboot.sh" $BOOTPARAM
|
||||
echo "done"
|
||||
|
||||
if ! lsmod | grep mcctrl > /dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user