From: Gleb Natapov Date: Sun, 5 Aug 2012 12:58:29 +0000 (+0300) Subject: jump_label: Export jump_label_rate_limit() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a181dc14ed23f7a499542ff4c78532b5f24bb18f;p=linux-beck.git jump_label: Export jump_label_rate_limit() CC: Jason Baron CC: Ingo Molnar CC: Peter Zijlstra Signed-off-by: Gleb Natapov Acked-by: Jason Baron Signed-off-by: Avi Kivity --- diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 43049192b5ec..60f48fa0fd0d 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c @@ -118,6 +118,7 @@ void jump_label_rate_limit(struct static_key_deferred *key, key->timeout = rl; INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); } +EXPORT_SYMBOL_GPL(jump_label_rate_limit); static int addr_conflict(struct jump_entry *entry, void *start, void *end) {