Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147213
b: refs/heads/master
c: d278c48
h: refs/heads/master
i:
  147211: aba787a
v: v3
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed Feb 9, 2009
1 parent 0a914fe commit 73f39d4
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: 23a185ca8abbeef64b6ffc33059b1d630e43ec10
refs/heads/master: d278c48435625cb6b7edcf6a547620768b175709
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ static void __smp_perf_counter_interrupt(struct pt_regs *regs, int nmi)
goto out;

again:
inc_irq_stat(apic_perf_irqs);
ack = status;
for_each_bit(bit, (unsigned long *)&status, X86_PMC_IDX_MAX) {
struct perf_counter *counter = cpuc->counters[bit];
Expand Down Expand Up @@ -570,7 +571,6 @@ void perf_counter_unthrottle(void)
void smp_perf_counter_interrupt(struct pt_regs *regs)
{
irq_enter();
inc_irq_stat(apic_perf_irqs);
apic_write(APIC_LVTPC, LOCAL_PERF_VECTOR);
__smp_perf_counter_interrupt(regs, 0);

Expand Down

0 comments on commit 73f39d4

Please sign in to comment.