powerpc/pseries: Protect against hogging the cpu while setting up the stats
[linux-2.6-block.git] / arch / powerpc / include / asm / lppaca.h
index f5195b4d9ffb3d09416e313864d622bf69d15e0c..d7952665945a2842e29820646bd93a3139b70e70 100644 (file)
@@ -201,7 +201,7 @@ extern rwlock_t dtl_access_lock;
 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
 
 extern void register_dtl_buffer(int cpu);
-extern void alloc_dtl_buffers(void);
+extern void alloc_dtl_buffers(unsigned long *time_limit);
 extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
 
 #endif /* CONFIG_PPC_BOOK3S */