X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2FPicoDrive.sh;h=729a7c193eb38417cd0f451a942bf67ce0898775;hb=fda2f31020bf0d6cf7b5dd70ec01cf390b7e1483;hp=02943e7663d8e19c2abc964c4e92445265feca47;hpb=68af34fe20d7d9658100668f86a87bf73506bcb4;p=picodrive.git diff --git a/platform/pandora/PicoDrive.sh b/platform/pandora/PicoDrive.sh index 02943e7..729a7c1 100755 --- a/platform/pandora/PicoDrive.sh +++ b/platform/pandora/PicoDrive.sh @@ -1,7 +1,10 @@ #!/bin/sh -# 2x2M hugepages should be enough -sudo -n /usr/pandora/scripts/op_hugetlb.sh 4 +# 3.2.30 on pandora has broken hugetlb +if [ "`uname -r`" != "3.2.30" ]; then + # 2x2M hugepages should be enough + sudo -n /usr/pandora/scripts/op_hugetlb.sh 4 +fi ./PicoDrive "$@"