From owner-cvs-sys Thu Aug 1 13:29:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14200 for cvs-sys-outgoing; Thu, 1 Aug 1996 13:29:49 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14028; Thu, 1 Aug 1996 13:29:32 -0700 (PDT) Date: Thu, 1 Aug 1996 13:29:32 -0700 (PDT) From: Garrett Wollman Message-Id: <199608012029.NAA14028@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include cpufunc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/08/01 13:29:30 Modified: sys/i386/include cpufunc.h Log: Add an fls() inline function which does the opposite operation to ffs(). (That is to say, it searches in the opposite direction.) Revision Changes Path 1.54 +12 -1 src/sys/i386/include/cpufunc.h