Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288696
b: refs/heads/master
c: a746e3c
h: refs/heads/master
v: v3
  • Loading branch information
Jason Baron authored and Ingo Molnar committed Feb 22, 2012
1 parent a775299 commit 7e392fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fadf0464b83f91ba021a358c0238a0810c0d2a0b
refs/heads/master: a746e3cc984b0aa5b620dd07c1a433283b1835cf
2 changes: 1 addition & 1 deletion trunk/kernel/jump_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static void jump_label_update(struct jump_label_key *key, int enable)
struct jump_entry *entry = key->entries, *stop = __stop___jump_table;

#ifdef CONFIG_MODULES
struct module *mod = __module_address((jump_label_t)key);
struct module *mod = __module_address((unsigned long)key);

__jump_label_mod_update(key, enable);

Expand Down

0 comments on commit 7e392fb

Please sign in to comment.