diff options
Diffstat (limited to 'kernel/timer.c')
-rw-r--r-- | kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index 9062a82ee8ec..6b812c04737b 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -825,7 +825,7 @@ void update_process_times(int user_tick) | |||
825 | */ | 825 | */ |
826 | static unsigned long count_active_tasks(void) | 826 | static unsigned long count_active_tasks(void) |
827 | { | 827 | { |
828 | return (nr_running() + nr_uninterruptible()) * FIXED_1; | 828 | return nr_active() * FIXED_1; |
829 | } | 829 | } |
830 | 830 | ||
831 | /* | 831 | /* |