[2.6.0-test7 PATCH] Itanium build broke

From: Rusty Lynch
Date: Thu Oct 16 2003 - 21:18:59 EST


Your latest change to perfmon.c has a typo that breaks itanium builds.

Here is a quick patch.

--- arch/ia64/kernel/perfmon.c.orig 2003-10-16 19:09:38.000000000 -0700
+++ arch/ia64/kernel/perfmon.c 2003-10-16 19:08:35.000000000 -0700
@@ -6000,7 +6000,7 @@
/*
* 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 @@
/*
* 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++;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/