From d7e56e6b3d9674fa3083634753aa07a2a8a3cdfc Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 9 Mar 2007 06:45:39 +0000 Subject: [PATCH] update split script git-svn-id: http://ltt.polymtl.ca/svn@2409 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/lttng-6-split-script.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index 8152d0c8..79fb5092 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -44,7 +44,14 @@ IN="?_include_asm-powerpc_prom.h ?_kernel_time_clocksource.c ?_include_asm-ppc_ocp.h ?_arch_powerpc_kernel_setup_32.c -?_arch_ppc_kernel_setup.c" +?_arch_ppc_kernel_setup.c +?_arch_sparc64_kernel_process.c +?_arch_sparc_kernel_process.c +?_arch_sparc_kernel_traps.c +?_arch_avr32_kernel_ptrace.c" +#also in instrumentation +#?_arch_x86_64_kernel_process.c +#?_arch_powerpc_kernel_process.c for a in $IN; do wr $a $FILE; done -- 2.34.1