Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234365
b: refs/heads/master
c: d380eaa
h: refs/heads/master
i:
  234363: f7791a2
v: v3
  • Loading branch information
Ingo Molnar committed Jan 27, 2011
1 parent d23c5c2 commit 8fdb8a6
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: ef1d1af28ca37fdbc2745da040529cd2953c1af5
refs/heads/master: d380eaaea70d775c0520dcb5702ea5d2a56b7be9
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ static void __init pmu_check_apic(void)
pr_info("no hardware sampling interrupt available.\n");
}

int __init init_hw_perf_events(void)
static int __init init_hw_perf_events(void)
{
struct event_constraint *c;
int err;
Expand Down Expand Up @@ -1608,7 +1608,7 @@ static int validate_group(struct perf_event *event)
return ret;
}

int x86_pmu_event_init(struct perf_event *event)
static int x86_pmu_event_init(struct perf_event *event)
{
struct pmu *tmp;
int err;
Expand Down

0 comments on commit 8fdb8a6

Please sign in to comment.