update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index 4206ca76bb6fae1ecd17b2cabe61d1cea8db4b01..ea0dd17b580dad5753ab8bcd48cebd4aa0c76706 100755 (executable)
@@ -226,13 +226,12 @@ printf -v COUNT "%02d" ${VALUE}
 
 IN="?_arch_arm_kernel_calls.S
 ?_arch_arm_kernel_entry-common.S
-?_arch_arm_kernel_irq.c
 ?_arch_arm_kernel_process.c
 ?_arch_arm_kernel_ptrace.c
 ?_arch_arm_kernel_sys_arm.c
 ?_arch_arm_kernel_time.c
 ?_arch_arm_kernel_traps.c
-?_include_asm-arm_irq.h"
+?_include_asm-arm_thread_info.h"
 
 for a in $IN; do wr $a $FILE; done
 
@@ -256,15 +255,10 @@ printf -v COUNT "%02d" ${VALUE}
 IN="?_arch_mips_kernel_irq.c
 ?_arch_mips_kernel_process.c
 ?_arch_mips_kernel_ptrace.c
-?_arch_mips_kernel_scall32-o32.S
-?_arch_mips_kernel_scall64-64.S
-?_arch_mips_kernel_scall64-n32.S
-?_arch_mips_kernel_scall64-o32.S
 ?_arch_mips_kernel_syscall.c
 ?_arch_mips_kernel_time.c
 ?_arch_mips_kernel_traps.c
 ?_arch_mips_kernel_unaligned.c
-?_arch_mips_mm_fault.c
 ?_include_asm-mips_mipsregs.h"
 
 for a in $IN; do wr $a $FILE; done
@@ -326,7 +320,6 @@ printf -v COUNT "%02d" ${VALUE}
 
 IN="?_fs_buffer.c
 ?_fs_compat.c
-?_fs_debugfs_inode.c
 ?_fs_exec.c
 ?_fs_ioctl.c
 ?_fs_open.c
This page took 0.028314 seconds and 4 git commands to generate.