diff options
Diffstat (limited to 'arch/powerpc/include/asm/cputime.h')
-rw-r--r-- | arch/powerpc/include/asm/cputime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/cputime.h b/arch/powerpc/include/asm/cputime.h index e94935c52019..6ec1c380a4d6 100644 --- a/arch/powerpc/include/asm/cputime.h +++ b/arch/powerpc/include/asm/cputime.h | |||
@@ -134,6 +134,8 @@ static inline cputime_t usecs_to_cputime(const unsigned long us) | |||
134 | return (__force cputime_t) ct; | 134 | return (__force cputime_t) ct; |
135 | } | 135 | } |
136 | 136 | ||
137 | #define usecs_to_cputime64(us) usecs_to_cputime(us) | ||
138 | |||
137 | /* | 139 | /* |
138 | * Convert cputime <-> seconds | 140 | * Convert cputime <-> seconds |
139 | */ | 141 | */ |