[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47FE0906.8080102@fr.ibm.com>
Date: Thu, 10 Apr 2008 14:33:10 +0200
From: Cedric Le Goater <clg@...ibm.com>
To: "H. Peter Anvin" <hpa@...or.com>
CC: sukadev@...ibm.com, Andrew Morton <akpm@...l.org>,
serue@...ibm.com, "David C. Hansen" <haveblue@...ibm.com>,
Pavel Emelyanov <xemul@...nvz.org>,
Containers <containers@...ts.osdl.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] clone64() and unshare64() system calls
H. Peter Anvin wrote:
> sukadev@...ibm.com wrote:
>>>
>>> If you're going to make it a 64-bit pass it in as a 64-bit number,
>>> instead of breaking it into two numbers.
>>
>> Maybe I am missing your point. The glibc interface could take a 64bit
>> parameter, but don't we need to pass 32-bit values into the system
>> call on 32 bit systems ?
>
> Not as such, no. The ABI handles that. To make the ABI clean on some
> architectures, it's good to consider a 64-bit value only in positions
> where they map to an even:odd register pair once slotted in.
OK. I didn't know that. I took sys_llseek() as an example of an interface
to follow when coded clone64().
Thanks,
C.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists