Re: long long on 32-bit machines

From: Paul Mackerras
Date: Sat Jan 31 2004 - 19:49:23 EST


H. Peter Anvin writes:

> Does system calls follow the same convention?

Yes. A system call with a long long argument will be handled by a C
routine in the kernel. The system call arguments in r3 - r8 are
unchanged by the system call exception entry code and end up being the
arguments to the C routine.

Paul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/