update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index 60e01d0a0a2b7f96abd0236f58c33eb748e009b2..b52c21018a60d48d28f02dfc944607c6c116331b 100755 (executable)
@@ -641,6 +641,14 @@ IN="?_arch_sh64_kernel_entry.S
 
 for a in $IN; do wr $a $FILE; done
 
+#limited
+FILE=../${PRENAME}${COUNT}${NAME}-instrumentation-alpha.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_include_asm-alpha_thread_info.h"
+
+for a in $IN; do wr $a $FILE; done
 
 FILE=../${PRENAME}${COUNT}${NAME}-instrumentation.diff
 VALUE=$(( ${VALUE} + 1 ))
This page took 0.022758 seconds and 4 git commands to generate.