From 9f51b7c08cec734a0d14727355ed6b6056610111 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 31 Mar 2010 11:33:42 +0900 Subject: [PATCH] --- yaml --- r: 189448 b: refs/heads/master c: d5e50daf92df8afcb701fd717b301985691e802f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/module.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e074c87180c6..74f18b2b5b7d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 10fad5e46f6c7bdfb01b1a012380a38e3c6ab346 +refs/heads/master: d5e50daf92df8afcb701fd717b301985691e802f diff --git a/trunk/include/linux/module.h b/trunk/include/linux/module.h index f0e2659f4e3e..8bd399a00343 100644 --- a/trunk/include/linux/module.h +++ b/trunk/include/linux/module.h @@ -567,6 +567,11 @@ static inline bool is_module_address(unsigned long addr) return false; } +static inline bool is_module_percpu_address(unsigned long addr) +{ + return false; +} + static inline bool is_module_text_address(unsigned long addr) { return false;