projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aed64a
)
jump_label: Export jump_label_rate_limit()
author
Gleb Natapov
<
[email protected]
>
Sun, 5 Aug 2012 12:58:29 +0000
(15:58 +0300)
committer
Avi Kivity
<
[email protected]
>
Mon, 6 Aug 2012 16:00:35 +0000
(19:00 +0300)
CC: Jason Baron <
[email protected]
>
CC: Ingo Molnar <
[email protected]
>
CC: Peter Zijlstra <
[email protected]
>
Signed-off-by: Gleb Natapov <
[email protected]
>
Acked-by: Jason Baron <
[email protected]
>
Signed-off-by: Avi Kivity <
[email protected]
>
kernel/jump_label.c
patch
|
blob
|
history
diff --git
a/kernel/jump_label.c
b/kernel/jump_label.c
index 43049192b5ec9bcb57863b3729b3cb6ac18b8d0c..60f48fa0fd0dddf57b7e4ae80a2d45816923b6ce 100644
(file)
--- 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)
{