Commit ba1b98db authored by Rusty Lynch's avatar Rusty Lynch Committed by David Mosberger

[PATCH] ia64: fix perfmon typo that broke Itanium build

parent d93c4308
...@@ -6000,7 +6000,7 @@ pfm_load_regs (struct task_struct *task) ...@@ -6000,7 +6000,7 @@ pfm_load_regs (struct task_struct *task)
/* /*
* will replay the PMU interrupt * will replay the PMU interrupt
*/ */
DRPINT(("perfmon: resend irq for [%d]\n", task->pid)); DPRINT(("perfmon: resend irq for [%d]\n", task->pid));
hw_resend_irq(NULL, IA64_PERFMON_VECTOR); hw_resend_irq(NULL, IA64_PERFMON_VECTOR);
#endif #endif
pfm_stats[smp_processor_id()].pfm_replay_ovfl_intr_count++; pfm_stats[smp_processor_id()].pfm_replay_ovfl_intr_count++;
...@@ -6144,7 +6144,7 @@ pfm_load_regs (struct task_struct *task) ...@@ -6144,7 +6144,7 @@ pfm_load_regs (struct task_struct *task)
/* /*
* will replay the PMU interrupt * will replay the PMU interrupt
*/ */
DRPINT(("perfmon: resend irq for [%d]\n", task->pid)); DPRINT(("perfmon: resend irq for [%d]\n", task->pid));
hw_resend_irq(NULL, IA64_PERFMON_VECTOR); hw_resend_irq(NULL, IA64_PERFMON_VECTOR);
#endif #endif
pfm_stats[smp_processor_id()].pfm_replay_ovfl_intr_count++; pfm_stats[smp_processor_id()].pfm_replay_ovfl_intr_count++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment