diff options
Diffstat (limited to 'arch/sh/kernel/process_32.c')
-rw-r--r-- | arch/sh/kernel/process_32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index 601bbc0ec74e..92d7740faab1 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c | |||
@@ -119,8 +119,6 @@ int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) | |||
119 | pid = do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, | 119 | pid = do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, |
120 | ®s, 0, NULL, NULL); | 120 | ®s, 0, NULL, NULL); |
121 | 121 | ||
122 | trace_mark(kernel_arch_kthread_create, "pid %d fn %p", pid, fn); | ||
123 | |||
124 | return pid; | 122 | return pid; |
125 | } | 123 | } |
126 | 124 | ||