On Monday 07 December 2009, Arnd Bergmann wrote: > On Monday 07 December 2009, liqin.chen@xxxxxxxxxxxxx wrote: > > Arnd Bergmann <arnd@xxxxxxxx> 写于 2009-12-04 03:14:08: > > > > Maybe you can add a __NR_set_thread_area define in asm-generic/unsitd.h > > for tls used. > > Yes, good point. I'll update the syscall list with this, and also check if more > syscalls have been addded. I have found now that sys_accept4 was missing. sys_set_thread_area however is only defined on x86 and mips. Since you don't currently implement this on score, maybe it would be more appropriate to handle it like the other architectures do, rather than adding it to asm-generic/unistd.h? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html