X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttctl%2Fltt-armnetsync.sh;fp=lttctl%2Fltt-armnetsync.sh;h=0000000000000000000000000000000000000000;hb=045880fb3602540472b3760832a73b431514bb7f;hp=a07b7519c586c9a9606eb040456b202979c94c1c;hpb=1606599b9904eca166d9c30268d79b9641245a82;p=ltt-control.git diff --git a/lttctl/ltt-armnetsync.sh b/lttctl/ltt-armnetsync.sh deleted file mode 100755 index a07b751..0000000 --- a/lttctl/ltt-armnetsync.sh +++ /dev/null @@ -1,9 +0,0 @@ -DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}') -MARKERSROOT=${DEBUGFSROOT}/ltt/markers - -echo Connecting network synchronization markers - -for m in ${MARKERSROOT}/net/*_extended; do - echo Connecting ${m} - echo 1 > ${m}/enable -done