]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ia64: fix perfmon typo that broke Itanium build
authorRusty Lynch <rusty@linux.co.intel.com>
Thu, 16 Oct 2003 13:08:05 +0000 (06:08 -0700)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Thu, 16 Oct 2003 13:08:05 +0000 (06:08 -0700)
arch/ia64/kernel/perfmon.c

index addb4fd434cedbb211182dba020de9bdd6a67626..b4bfd6d7cbb2f5b83bd51d016d9a826478e24169 100644 (file)
@@ -6000,7 +6000,7 @@ pfm_load_regs (struct task_struct *task)
                /*
                 * 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);
 #endif
                pfm_stats[smp_processor_id()].pfm_replay_ovfl_intr_count++;
@@ -6144,7 +6144,7 @@ pfm_load_regs (struct task_struct *task)
                /*
                 * 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);
 #endif
                pfm_stats[smp_processor_id()].pfm_replay_ovfl_intr_count++;