diff options
Diffstat (limited to 'include/linux/percpu.h')
| -rw-r--r-- | include/linux/percpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h index 296bbe49d5d1..70b7123f38c7 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h | |||
| @@ -149,4 +149,6 @@ extern phys_addr_t per_cpu_ptr_to_phys(void *addr); | |||
| 149 | (typeof(type) __percpu *)__alloc_percpu(sizeof(type), \ | 149 | (typeof(type) __percpu *)__alloc_percpu(sizeof(type), \ |
| 150 | __alignof__(type)) | 150 | __alignof__(type)) |
| 151 | 151 | ||
| 152 | extern unsigned long pcpu_nr_pages(void); | ||
| 153 | |||
| 152 | #endif /* __LINUX_PERCPU_H */ | 154 | #endif /* __LINUX_PERCPU_H */ |
