Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751055AbWBFK1J (ORCPT ); Mon, 6 Feb 2006 05:27:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751042AbWBFK1I (ORCPT ); Mon, 6 Feb 2006 05:27:08 -0500 Received: from mx1.redhat.com ([66.187.233.31]:1975 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751037AbWBFK1G (ORCPT ); Mon, 6 Feb 2006 05:27:06 -0500 From: David Howells In-Reply-To: <20060201090324.373982000@localhost.localdomain> References: <20060201090324.373982000@localhost.localdomain> <20060201090224.536581000@localhost.localdomain> To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, Richard Henderson , Ivan Kokshaysky , dev-etrax@axis.com, David Howells , Yoshinori Sato , linux-ia64@vger.kernel.org, Hirokazu Takata , Greg Ungerer , linux-mips@linux-mips.org, parisc-linux@parisc-linux.org, linuxsh-dev@lists.sourceforge.net, linuxsh-shmedia-dev@lists.sourceforge.net, sparclinux@vger.kernel.org, ultralinux@vger.kernel.org, Miles Bader , Chris Zankel Subject: Re: [patch 11/44] generic find_{next,first}{,_zero}_bit() X-Mailer: MH-E 7.84; nmh 1.1; GNU Emacs 22.0.50.1 Date: Mon, 06 Feb 2006 10:26:00 +0000 Message-ID: <12367.1139221560@warthog.cambridge.redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 895 Lines: 20 Akinobu Mita wrote: > This patch introduces the C-language equivalents of the functions below: > > unsigned logn find_next_bit(const unsigned long *addr, unsigned long size, > unsigned long offset); > unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, > unsigned long offset); > unsigned long find_first_zero_bit(const unsigned long *addr, > unsigned long size); > unsigned long find_first_bit(const unsigned long *addr, unsigned long size); These big functions should perhaps be out of line. David - 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/