update marker
[lttv.git] / scripts / lttng-6-split-script.sh
index 9f3838e477646ecaf0cec74e2ec6882ff1a3ccb8..52b810d5d2348264da61fcdf10269db9baa2d32e 100755 (executable)
@@ -40,10 +40,12 @@ VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
 IN="?_arch_powerpc_kernel_prom_parse.c
-?_include_powerpc_prom.h
+?_include_asm-powerpc_prom.h
 ?_include_asm-sparc64_tlb.h
 ?_kernel_time_clocksource.c
-?_include_asm-ppc_ocp.h"
+?_include_asm-ppc_ocp.h
+?_arch_powerpc_kernel_setup_32.c
+?_arch_ppc_kernel_setup.c"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -89,7 +91,8 @@ printf -v COUNT "%02d" ${VALUE}
 
 IN="?_include_asm-generic_vmlinux.lds.h
 ?_include_linux_module.h
-?_include_linux_marker.h"
+?_include_linux_marker.h
+?_include_linux_kernel.h"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -110,7 +113,9 @@ FILE=../${PRENAME}${COUNT}${NAME}-markers-powerpc.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_include_asm-powerpc_marker.h"
+IN="?_include_asm-powerpc_marker.h
+?_arch_powerpc_kernel_marker.c
+?_arch_powerpc_kernel_Makefile"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -143,6 +148,14 @@ IN="?_include_asm-arm_marker.h
 
 for a in $IN; do wr $a $FILE; done
 
+FILE=../${PRENAME}${COUNT}${NAME}-markers-doc.diff
+VALUE=$(( ${VALUE} + 1 ))
+printf -v COUNT "%02d" ${VALUE}
+
+IN="?_Documentation_marker.txt"
+
+for a in $IN; do wr $a $FILE; done
+
 
 #atomic
 
@@ -298,8 +311,7 @@ FILE=../${PRENAME}${COUNT}${NAME}-local-powerpc.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_include_asm-powerpc_local.h
-?_include_asm-powerpc_system.h"
+IN="?_include_asm-powerpc_local.h"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -639,6 +651,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.023692 seconds and 4 git commands to generate.