powerpc/pseries: Factor out DTL buffer allocation and registration routines
[linux-2.6-block.git] / arch / powerpc / include / asm / lppaca.h
index 2c7e31187726f46f3f888117bb94a330e773cd20..a8ac2b8988d484b1c18df37bfaeba24ec7383fc8 100644 (file)
@@ -175,6 +175,9 @@ extern struct kmem_cache *dtl_cache;
  */
 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
 
+extern void register_dtl_buffer(int cpu);
+extern void alloc_dtl_buffers(void);
+
 #endif /* CONFIG_PPC_BOOK3S */
 #endif /* __KERNEL__ */
 #endif /* _ASM_POWERPC_LPPACA_H */