From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1FYppz-0002Po-S7 for user-mode-linux-devel@lists.sourceforge.net; Wed, 26 Apr 2006 12:38:11 -0700 Received: from [198.99.130.12] (helo=saraswathi.solana.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1FYppy-0003aT-Hm for user-mode-linux-devel@lists.sourceforge.net; Wed, 26 Apr 2006 12:38:11 -0700 From: Jeff Dike Message-ID: <20060426183848.GA9269@ccure.user-mode-linux.org> References: <200604131720.k3DHKqdr004720@ccure.user-mode-linux.org> <20060418125728.GA26554@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060418125728.GA26554@elf.ucw.cz> Subject: [uml-devel] Re: [RFC] PATCH 3/4 - Time virtualization : PTRACE_SYSCALL_MASK Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 26 Apr 2006 14:38:48 -0400 To: Pavel Machek Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Tue, Apr 18, 2006 at 02:57:28PM +0200, Pavel Machek wrote: > Same here... and perhaps you can use __get_bit/__set_bit? (this > applies to few more places). I did the bit-mashing by hand because I couldn't tell from a quick look at the code whether __get_bit/__set_bit had any limitations that I might exceed (i.e. nr needs to be < 256). > Are you going to fix non-i386, too? Probably, but I have other things to fix first. Jeff ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964853AbWDZTi2 (ORCPT ); Wed, 26 Apr 2006 15:38:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964854AbWDZTi2 (ORCPT ); Wed, 26 Apr 2006 15:38:28 -0400 Received: from [198.99.130.12] ([198.99.130.12]:58817 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S964853AbWDZTi1 (ORCPT ); Wed, 26 Apr 2006 15:38:27 -0400 Date: Wed, 26 Apr 2006 14:38:48 -0400 From: Jeff Dike To: Pavel Machek Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [RFC] PATCH 3/4 - Time virtualization : PTRACE_SYSCALL_MASK Message-ID: <20060426183848.GA9269@ccure.user-mode-linux.org> References: <200604131720.k3DHKqdr004720@ccure.user-mode-linux.org> <20060418125728.GA26554@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060418125728.GA26554@elf.ucw.cz> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 18, 2006 at 02:57:28PM +0200, Pavel Machek wrote: > Same here... and perhaps you can use __get_bit/__set_bit? (this > applies to few more places). I did the bit-mashing by hand because I couldn't tell from a quick look at the code whether __get_bit/__set_bit had any limitations that I might exceed (i.e. nr needs to be < 256). > Are you going to fix non-i386, too? Probably, but I have other things to fix first. Jeff