update script
[lttv.git] / scripts / lttng-6-split-script.sh
index af7af9d60ab08cc3d32a5247b6a273fa22d3056a..f47d36c8fe46fde99726a99b03f7f1a1f5a28f54 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
@@ -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.024168 seconds and 4 git commands to generate.