Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282032
b: refs/heads/master
c: a65cf51
h: refs/heads/master
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed Dec 27, 2011
1 parent 1849f53 commit 9bbdfa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 831bf664e9c1fc08fc6b3984d00d275cac82f5e9
refs/heads/master: a65cf5181aa608addcb2873c8ed90413a9f539cb
2 changes: 2 additions & 0 deletions trunk/kernel/jump_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ void jump_label_inc(struct jump_label_key *key)
atomic_inc(&key->enabled);
jump_label_unlock();
}
EXPORT_SYMBOL_GPL(jump_label_inc);

void jump_label_dec(struct jump_label_key *key)
{
Expand All @@ -80,6 +81,7 @@ void jump_label_dec(struct jump_label_key *key)
jump_label_update(key, JUMP_LABEL_DISABLE);
jump_label_unlock();
}
EXPORT_SYMBOL_GPL(jump_label_dec);

static int addr_conflict(struct jump_entry *entry, void *start, void *end)
{
Expand Down

0 comments on commit 9bbdfa8

Please sign in to comment.