dect
/
linux-2.6
Archived
13
0
Fork 0

jump_label: Export jump_label_rate_limit()

CC: Jason Baron <jbaron@redhat.com>
CC: Ingo Molnar <mingo@elte.hu>
CC: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
Gleb Natapov 2012-08-05 15:58:29 +03:00 committed by Avi Kivity
parent 6aed64a8a4
commit a181dc14ed
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ void jump_label_rate_limit(struct static_key_deferred *key,
key->timeout = rl; key->timeout = rl;
INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); 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) static int addr_conflict(struct jump_entry *entry, void *start, void *end)
{ {