lkml.org 
[lkml]   [2003]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6.0-test7 PATCH] Itanium build broke
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.060 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site