FYI, I can no longer compile kgdb on x86_64 due to this kernel mod:

http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=658fdbef66e5e9be79b457edc2cbbb3add840aa9


RESTORE_CONTEXT no longer ends with a newline, which breaks the kgdb mod
to include/asm-x86_64/system.h:

                     RESTORE_CONTEXT                                        \
+                    ".globl __switch_to_end\n\t"                         \
+                    "__switch_to_end:\n\t"                               \
                     : "=a" (last)                                        \


Dean

-- 
Dean Roe
Cray Inc.
[EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Kgdb-bugreport mailing list
Kgdb-bugreport@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to