]> asedeno.scripts.mit.edu Git - linux.git/blob - include/linux/cputime.h
sched/cputime: Remove unused nsec_to_cputime()
[linux.git] / include / linux / cputime.h
1 #ifndef __LINUX_CPUTIME_H
2 #define __LINUX_CPUTIME_H
3
4 #include <asm/cputime.h>
5
6 #ifndef cputime_to_nsecs
7 # define cputime_to_nsecs(__ct) \
8         (cputime_to_usecs(__ct) * NSEC_PER_USEC)
9 #endif
10
11 #endif /* __LINUX_CPUTIME_H */