On Wed, 2012-02-22 at 07:02 -0800, H. Peter Anvin wrote: > Yes, system call arguments. I vaguely remember there being some > architecture supporting 7 since pselect() was introduced, but I could > just be full of it. The parisc ABI allows for up to 8 register based arguments to a system (or indeed any function) call. However, in deference to the usual linux calling conventions, we only use seven of them (one for the syscall number and 6 for the arguments). We definitely use pselect6. I think the architecture you're thinking of is microblaze, but it's obsoleted it's seven argument version of pselect. James -- 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