]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/sched/stats.h
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / kernel / sched / stats.h
index c69a9870ab796156e990656d84a64d126f86e2f0..bf0da0aa0a14432e4c82a8a9aeda513301fd9de7 100644 (file)
@@ -224,7 +224,7 @@ struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk)
  * running CPU and update the utime field there.
  */
 static inline void account_group_user_time(struct task_struct *tsk,
-                                          cputime_t cputime)
+                                          u64 cputime)
 {
        struct thread_group_cputimer *cputimer = get_running_cputimer(tsk);
 
@@ -245,7 +245,7 @@ static inline void account_group_user_time(struct task_struct *tsk,
  * running CPU and update the stime field there.
  */
 static inline void account_group_system_time(struct task_struct *tsk,
-                                            cputime_t cputime)
+                                            u64 cputime)
 {
        struct thread_group_cputimer *cputimer = get_running_cputimer(tsk);