update script
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Dec 2006 21:19:10 +0000 (21:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Dec 2006 21:19:10 +0000 (21:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2315 04897980-b3bd-0310-b5e0-8ef037075253

scripts/lttng-6-split-script.sh

index 13442f4b3167220beff6df0600f152e92ae05714..716ca82216b03d4a6b3225f36875daa38f74fa44 100755 (executable)
@@ -34,14 +34,6 @@ for a in *; do
        rm $a.tmp;
 done
 
-FILE=../${PRENAME}${COUNT}${NAME}-workqueue.diff
-VALUE=$(( ${VALUE} + 1 ))
-printf -v COUNT "%02d" ${VALUE}
-
-IN="?_include_linux_workqueue.h"
-
-for a in $IN; do wr $a $FILE; done
-
 #for hotplug
 FILE=../${PRENAME}${COUNT}${NAME}-relay.diff
 VALUE=$(( ${VALUE} + 1 ))
@@ -101,6 +93,7 @@ IN="
 ?_include_asm-i386_system.h
 ?_include_asm-ia64_atomic.h
 ?_include_asm-mips_atomic.h
+?_include_asm-mips_system.h
 ?_include_asm-parisc_atomic.h
 ?_include_asm-powerpc_atomic.h
 ?_include_asm-powerpc_system.h
This page took 0.023679 seconds and 4 git commands to generate.