From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Fri, 26 Jan 2001 13:20:37 -0800 Received: from sgi.SGI.COM ([192.48.153.1]:10364 "EHLO sgi.com") by oss.sgi.com with ESMTP id ; Fri, 26 Jan 2001 13:20:28 -0800 Received: from dhcp-163-154-5-240.engr.sgi.com ([163.154.5.240]) by sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam: SGI does not authorize the use of its proprietary systems or networks for unsolicited or bulk email from the Internet.) via ESMTP id NAA03796 for ; Fri, 26 Jan 2001 13:20:27 -0800 (PST) mail_from (ralf@oss.sgi.com) Received: (ralf@lappi.waldorf-gmbh.de) by bacchus.dhis.org id ; Fri, 26 Jan 2001 13:16:59 -0800 Date: Fri, 26 Jan 2001 13:16:59 -0800 From: Ralf Baechle To: Joe deBlaquiere Cc: "Maciej W. Rozycki" , Florian Lohoff , linux-mips@oss.sgi.com Subject: Re: [FIX] sysmips(MIPS_ATMIC_SET, ...) ret_from_sys_call vs. o32_ret_from_sys_call Message-ID: <20010126131659.I869@bacchus.dhis.org> References: <3A719ABD.5030206@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A719ABD.5030206@redhat.com>; from jadb@redhat.com on Fri, Jan 26, 2001 at 09:41:49AM -0600 X-Accept-Language: de,en,fr Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing On Fri, Jan 26, 2001 at 09:41:49AM -0600, Joe deBlaquiere wrote: > sys_munlock(p,sizeof(*p)); > > comments anyone? Mlock(2) doesn't nest. So if the page was mlocked before, you just unlocked it. Ralf