diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 2a372a0e206f..ac62f43ee430 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -80,6 +80,8 @@ DEFINE_PER_CPU(unsigned long, process_counts) = 0; | |||
80 | 80 | ||
81 | __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */ | 81 | __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */ |
82 | 82 | ||
83 | DEFINE_TRACE(sched_process_fork); | ||
84 | |||
83 | int nr_processes(void) | 85 | int nr_processes(void) |
84 | { | 86 | { |
85 | int cpu; | 87 | int cpu; |