Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277323
b: refs/heads/master
c: 9cdbe1c
h: refs/heads/master
i:
  277321: 1cfcdff
  277319: 3d4ce26
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Dec 6, 2011
1 parent 57b50ee commit 01e522e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: cc991b83b3eb11b253dd932932fa0bfd09c7564a
refs/heads/master: 9cdbe1cbac4ec318037297175587a0080acc9d11
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/jump_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void arch_jump_label_transform(struct jump_entry *entry,
put_online_cpus();
}

void arch_jump_label_transform_static(struct jump_entry *entry,
__init_or_module void arch_jump_label_transform_static(struct jump_entry *entry,
enum jump_label_type type)
{
__jump_label_transform(entry, type, text_poke_early);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/jump_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int __jump_label_text_reserved(struct jump_entry *iter_start,
* running code can override this to make the non-live update case
* cheaper.
*/
void __weak arch_jump_label_transform_static(struct jump_entry *entry,
void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry,
enum jump_label_type type)
{
arch_jump_label_transform(entry, type);
Expand Down

0 comments on commit 01e522e

Please sign in to comment.