X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2FPicoDrive.sh;h=729a7c193eb38417cd0f451a942bf67ce0898775;hb=d9653efdf7cd77d61ed81ed692b00115d472d4e2;hp=02943e7663d8e19c2abc964c4e92445265feca47;hpb=8d9b4b32d4adc21d7e1c5da285ddab0623829d3f;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 "$@"