update script
[lttv.git] / scripts / lttng-6-split-script.sh
index 8aff2e32513c4b88d41e829ae8de71fe98098095..716ca82216b03d4a6b3225f36875daa38f74fa44 100755 (executable)
@@ -12,7 +12,7 @@ function wr () {
 
 
 PRENAME=patch
-NAME=-2.6.18-lttng-$1
+NAME=-2.6.19-lttng-$1
 ALL_NAME=${PRENAME}${NAME}-all.diff
 VALUE=1
 printf -v COUNT "%02d" ${VALUE}
@@ -34,14 +34,6 @@ for a in *; do
        rm $a.tmp;
 done
 
-FILE=../${PRENAME}${COUNT}${NAME}-debugfs.diff
-VALUE=$(( ${VALUE} + 1 ))
-printf -v COUNT "%02d" ${VALUE}
-
-IN="?_fs_debugfs_inode.c"
-
-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
@@ -176,7 +169,6 @@ IN="?_include_asm-alpha_ltt.h
 ?_include_asm-m68k_ltt.h
 ?_include_asm-m68knommu_ltt.h
 ?_include_asm-mips_ltt.h
-?_include_asm-mips_mipsregs.h
 ?_include_asm-mips_timex.h
 ?_arch_mips_kernel_time.c
 ?_include_asm-parisc_ltt.h
@@ -309,7 +301,6 @@ printf -v COUNT "%02d" ${VALUE}
 IN="?_arch_mips_kernel_process.c
 ?_arch_mips_kernel_ptrace.c
 ?_arch_mips_kernel_syscall.c
-?_arch_mips_kernel_time.c
 ?_arch_mips_kernel_traps.c
 ?_arch_mips_kernel_unaligned.c
 ?_include_asm-mips_mipsregs.h
@@ -346,8 +337,7 @@ FILE=../${PRENAME}${COUNT}${NAME}-instrumentation-ppc.diff
 VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
-IN="?_arch_ppc_Kconfig
-?_arch_ppc_kernel_misc.S
+IN="?_arch_ppc_kernel_misc.S
 ?_arch_ppc_kernel_time.c
 ?_arch_ppc_kernel_traps.c
 ?_arch_ppc_mm_fault.c"
This page took 0.023564 seconds and 4 git commands to generate.