From owner-cvs-src@FreeBSD.ORG Fri Jul 30 16:44:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6418716A4CF; Fri, 30 Jul 2004 16:44:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4437943D6A; Fri, 30 Jul 2004 16:44:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6UGiUZv090283; Fri, 30 Jul 2004 16:44:30 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6UGiUFu090282; Fri, 30 Jul 2004 16:44:30 GMT (envelope-from ps) Message-Id: <200407301644.i6UGiUFu090282@repoman.freebsd.org> From: Paul Saab Date: Fri, 30 Jul 2004 16:44:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 16:44:55 -0000 ps 2004-07-30 16:44:30 UTC FreeBSD src repository Modified files: sys/amd64/include cpufunc.h Log: MFia64: Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead of creating an inline function that just calls __builtin_ffs. Revision Changes Path 1.145 +1 -17 src/sys/amd64/include/cpufunc.h