Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Mar 2003 07:11:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Mar 2003 07:11:38 -0500 Received: from d12lmsgate-3.de.ibm.com ([194.196.100.236]:33676 "EHLO d12lmsgate-3.de.ibm.com") by vger.kernel.org with ESMTP id ; Tue, 11 Mar 2003 07:11:37 -0500 Importance: Normal Sensitivity: Subject: Re: [PATCH][COMPAT] compat_sys_fcntl{,64} 1/9 Generic part To: Arnd Bergmann Cc: Stephen Rothwell , linux-kernel@vger.kernel.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: "Martin Schwidefsky" Date: Tue, 11 Mar 2003 13:20:39 +0100 X-MIMETrack: Serialize by Router on D12ML016/12/M/IBM(Release 5.0.9a |January 7, 2002) at 11/03/2003 13:21:57 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 579 Lines: 17 > Did you notice the use of the address conversion macro? Maybe I missed > something myself, but I suppose this will fail on s390 if the msb of arg > is not cleared. True. A(arg) removes the high order bit from arg. This can't be done in the system call wrapper because in general arg is a 32 bit parameter. blue skies, Martin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/