Hi Stephane,

I found the problem that was causing the latest perfmon2 git tree kernel to hang during boot-up. I'm not sure how this error got into the source, but attached is a patch to fix it.

Thanks for your consideration.

- Corey

Corey Ashford
Software Engineer
IBM Linux Technology Center, Linux Toolchain
Beaverton, OR
503-578-3507
[EMAIL PROTECTED]
Index: linux-2.6/arch/powerpc/kernel/entry_64.S
===================================================================
--- linux-2.6.orig/arch/powerpc/kernel/entry_64.S       2008-09-23 
20:13:32.000000000 -0500
+++ linux-2.6/arch/powerpc/kernel/entry_64.S    2008-09-23 20:15:00.000000000 
-0500
@@ -647,8 +647,7 @@
        addi    r3,r1,STACK_FRAME_OVERHEAD
        bl      .pfm_handle_work
 #endif /* CONFIG_PERFMON */
-       li      r3,0
-       addi    r4,r1,STACK_FRAME_OVERHEAD
+       addi    r3,r1,STACK_FRAME_OVERHEAD
        bl      .do_signal
        b       .ret_from_except
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
perfmon2-devel mailing list
perfmon2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to