From 002d21affc2642d68c84faa44aa7c64288f85af1 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Wed, 15 Jul 2009 23:35:14 +0900 Subject: [PATCH] --- yaml --- r: 161653 b: refs/heads/master c: a76761b621bcd8336065c4fe3a74f046858bc34c h: refs/heads/master i: 161651: 44b60a91277579ff1ed558aea5e91148d76a606c v: v3 --- [refs] | 2 +- trunk/include/linux/percpu.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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), \