update compat
[lttv.git] / scripts / lttng-6-split-script.sh
index af7af9d60ab08cc3d32a5247b6a273fa22d3056a..8152d0c8007e776c7e09971de948aaef21582f57 100755 (executable)
@@ -39,8 +39,7 @@ FILE=../${PRENAME}${COUNT}${NAME}-hotfix.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_arch_powerpc_kernel_prom_parse.c
-?_include_asm-powerpc_prom.h
+IN="?_include_asm-powerpc_prom.h
 ?_include_asm-sparc64_tlb.h
 ?_kernel_time_clocksource.c
 ?_include_asm-ppc_ocp.h
@@ -64,15 +63,15 @@ for a in $IN; do wr $a $FILE; done
 
 #kprobes
 
-for a in $IN; do wr $a $FILE; done
-
-FILE=../${PRENAME}${COUNT}${NAME}-kprobes.diff
-VALUE=$(( ${VALUE} + 1 ))
-printf -v COUNT "%02d" ${VALUE}
-
-IN="?_include_linux_kprobes.h
-?_arch_i386_kernel_kprobes.c
-?_kernel_kprobes.c"
+#FILE=../${PRENAME}${COUNT}${NAME}-kprobes.diff
+#VALUE=$(( ${VALUE} + 1 ))
+#printf -v COUNT "%02d" ${VALUE}
+#
+#IN="?_include_linux_kprobes.h
+#?_arch_i386_kernel_kprobes.c
+#?_kernel_kprobes.c"
+#
+#for a in $IN; do wr $a $FILE; done
 
 #Markers
 
@@ -91,7 +90,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
 
@@ -112,7 +112,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
 
@@ -745,6 +747,7 @@ IN="?_include_ltt_ltt-facility-custom-fs_data.h
 ?_include_ltt_ltt-facility-network_ip_interface.h
 ?_include_ltt_ltt-facility-process.h
 ?_include_ltt_ltt-facility-select-default.h
+?_include_ltt_ltt-facility-select-fs.h
 ?_include_ltt_ltt-facility-select-kernel.h
 ?_include_ltt_ltt-facility-select-network_ip_interface.h
 ?_include_ltt_ltt-facility-select-process.h
This page took 0.024773 seconds and 4 git commands to generate.