percpu: Fix kdump failure if booted with percpu_alloc=page
[pandora-kernel.git] / include / linux / percpu.h
index 878836c..6ac984f 100644 (file)
@@ -154,6 +154,7 @@ struct percpu_data {
 
 extern void *__alloc_percpu(size_t size, size_t align);
 extern void free_percpu(void *__pdata);
+extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
 
 #ifndef CONFIG_HAVE_SETUP_PER_CPU_AREA
 extern void __init setup_per_cpu_areas(void);