public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.6.10-rc1 pfmon broken by bad merge?
@ 2004-11-18 23:01 Grant Grundler
  2004-11-18 23:46 ` Stephane Eranian
  2004-11-19  6:35 ` Luck, Tony
  0 siblings, 2 replies; 3+ messages in thread
From: Grant Grundler @ 2004-11-18 23:01 UTC (permalink / raw)
  To: linux-ia64

Tony,

Just pulled/rebuilt from the bk linux-ia64-release-2.6.10 tree
and it failed to build with :
arch/ia64/kernel/perfmon.c: In function `pfm_handle_work':
arch/ia64/kernel/perfmon.c:5068: error: parse error before '/' token

Following trivial patch fixes what looks like a merge bug.

Signed-off-by: Grant Grundler <iod00d@hp.com>

grant

=== arch/ia64/kernel/perfmon.c 1.100 vs edited ==--- 1.100/arch/ia64/kernel/perfmon.c	2004-11-18 10:43:37 -08:00
+++ edited/arch/ia64/kernel/perfmon.c	2004-11-18 14:58:03 -08:00
@@ -5065,7 +5065,7 @@
 	  * when returning to user level (PUStk=1), in which case
 	  * there is no risk of kernel stack overflow due to deep
 	  * interrupt nesting.
-	  */                                                                         */
+	  */
 	BUG_ON(flags & IA64_PSR_I);
 	local_irq_enable();
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-19  6:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-18 23:01 [PATCH] 2.6.10-rc1 pfmon broken by bad merge? Grant Grundler
2004-11-18 23:46 ` Stephane Eranian
2004-11-19  6:35 ` Luck, Tony

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox