diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 92dc844299b6..e05f6af64353 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
@@ -268,6 +268,7 @@ void account_system_vtime(struct task_struct *tsk) | |||
268 | per_cpu(cputime_scaled_last_delta, smp_processor_id()) = deltascaled; | 268 | per_cpu(cputime_scaled_last_delta, smp_processor_id()) = deltascaled; |
269 | local_irq_restore(flags); | 269 | local_irq_restore(flags); |
270 | } | 270 | } |
271 | EXPORT_SYMBOL_GPL(account_system_vtime); | ||
271 | 272 | ||
272 | /* | 273 | /* |
273 | * Transfer the user and system times accumulated in the paca | 274 | * Transfer the user and system times accumulated in the paca |