diff options
Diffstat (limited to 'kernel/sched/cputime.c')
-rw-r--r-- | kernel/sched/cputime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/cputime.c b/kernel/sched/cputime.c index 0796f938c4f0..ba4a143bdcf3 100644 --- a/kernel/sched/cputime.c +++ b/kernel/sched/cputime.c | |||
@@ -525,7 +525,7 @@ void account_idle_ticks(unsigned long ticks) | |||
525 | 525 | ||
526 | /* | 526 | /* |
527 | * Perform (stime * rtime) / total, but avoid multiplication overflow by | 527 | * Perform (stime * rtime) / total, but avoid multiplication overflow by |
528 | * loosing precision when the numbers are big. | 528 | * losing precision when the numbers are big. |
529 | */ | 529 | */ |
530 | static u64 scale_stime(u64 stime, u64 rtime, u64 total) | 530 | static u64 scale_stime(u64 stime, u64 rtime, u64 total) |
531 | { | 531 | { |