Re: [RFC] Heads up on sys_fallocate()

From: Anton Blanchard
Date: Thu Mar 01 2007 - 17:42:13 EST



> That new argument might need to come after "fd" - ARM has funny
> requirements on syscall arg padding and layout.

FYI the 32bit ppc ABI does too, from arch/powerpc/kernel/sys_ppc32.c:

/*
* long long munging:
* The 32 bit ABI passes long longs in an odd even register pair.
*/

and the first argument in a function call is in r3.

Anton
-
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/