diff --git a/[refs] b/[refs] index 5609b3709fd0..399b87159b90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 872fb6dd6b07986417964e089074e7acfd025f4c +refs/heads/master: a76761b621bcd8336065c4fe3a74f046858bc34c diff --git a/trunk/include/linux/percpu.h b/trunk/include/linux/percpu.h index 8ce91af4aa19..e134c8229631 100644 --- a/trunk/include/linux/percpu.h +++ b/trunk/include/linux/percpu.h @@ -184,6 +184,11 @@ static inline void free_percpu(void *p) static inline void __init setup_per_cpu_areas(void) { } +static inline void *pcpu_lpage_remapped(void *kaddr) +{ + return NULL; +} + #endif /* CONFIG_SMP */ #define alloc_percpu(type) (type *)__alloc_percpu(sizeof(type), \