summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorDaniel Schaeffer <daniel@dschaeffer.localdomain>2008-01-30 11:35:48 -0500
committerDaniel Schaeffer <daniel@dschaeffer.localdomain>2008-01-30 11:35:48 -0500
commit2506ae0663e660d8dc7624fcdae1814c8ee3d10a (patch)
treed096b4674db349e044a76b4880126e52da91d32d /fs
parent04d61c58040f259b08e5170d62e2fb49ae8fd19b (diff)
Removed linux-2.6.22-mx-codetest.patch
modified: arch/arm/kernel/irq.c modified: fs/exec.c modified: kernel/Makefile deleted: kernel/codetest.c deleted: kernel/ctswic.h modified: kernel/exit.c modified: kernel/fork.c modified: kernel/sched.c
Diffstat (limited to 'fs')
-rw-r--r--fs/exec.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/exec.c b/fs/exec.c
index 658de6c68b06..3da429d42b20 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -59,13 +59,6 @@
#include <linux/kmod.h>
#endif
-#ifdef CONFIG_CODETEST
-/*
- * CodeTEST mods
- */
-extern void ct_thread_create(struct task_struct *p);
-#endif /* CONFIG_CODETEST */
-
int core_uses_pid;
char core_pattern[CORENAME_MAX_SIZE] = "core";
int suid_dumpable = 0;
@@ -910,10 +903,6 @@ int flush_old_exec(struct linux_binprm * bprm)
flush_signal_handlers(current, 0);
flush_old_files(current->files);
-#ifdef CONFIG_CODETEST
- ct_thread_create(current);
-#endif /* CONFIG_CODETEST */
-
return 0;
mmap_failed: