Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140741
b: refs/heads/master
c: c4e2b43
h: refs/heads/master
i:
  140739: b039ef2
v: v3
  • Loading branch information
Ingo Molnar committed Feb 17, 2009
1 parent 6cd8f90 commit 24be05a
Show file tree
Hide file tree
Showing 2 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: 72b623c73685e86b70a51855e1058ebc98a9f6ed
refs/heads/master: c4e2b432d5b57e2faaeea048079b31c243079647
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_hw_branches.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static struct notifier_block bts_hotcpu_notifier __cpuinitdata = {
.notifier_call = bts_hotcpu_handler
};

static int bts_trace_init(struct trace_array *tr)
static int __cpuinit bts_trace_init(struct trace_array *tr)
{
hw_branch_trace = tr;

Expand All @@ -137,7 +137,7 @@ static int bts_trace_init(struct trace_array *tr)
return 0;
}

static void bts_trace_reset(struct trace_array *tr)
static void __cpuinit bts_trace_reset(struct trace_array *tr)
{
bts_trace_stop(tr);
unregister_hotcpu_notifier(&bts_hotcpu_notifier);
Expand Down

0 comments on commit 24be05a

Please sign in to comment.