>For sure I do! :-(
You'll need to give more details of what you're trying to do and what exactly
goes wrong. I just built `ex1' from LinuxThreads static and it runs without
any problems. Does this work for you?
BTW, have you checked that threads actually work with your kernel? I
discovered the other day that they've apparently been broken in 2.1/ARM for
some time and maybe 2.0 has the same problem (the NetWinder version seems
OK but Corel may have fixed it off their own bat). I've appended here the
patch (for copy_thread() in arch/arm/process.c) that I sent to Russell to
fix it.
p.
--- clean/linux/arch/arm/kernel/process.c Mon Dec 28 13:53:28 1998
+++ linux/arch/arm/kernel/process.c Fri Jan 1 18:24:08 1999
@@ -169,6 +171,7 @@
childregs = ((struct pt_regs *)((unsigned long)p + 8192)) - 1;
*childregs = *regs;
childregs->ARM_r0 = 0;
+ childregs->ARM_sp = esp;
save = ((struct context_save_struct *)(childregs)) - 1;
copy_thread_css(save);
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]