From owner-cvs-src@FreeBSD.ORG Thu Dec 13 19:34:23 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF8C716A420; Thu, 13 Dec 2007 19:34:23 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDDBB13C465; Thu, 13 Dec 2007 19:34:23 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBDJYNs2065911; Thu, 13 Dec 2007 19:34:23 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBDJYNMm065910; Thu, 13 Dec 2007 19:34:23 GMT (envelope-from alc) Message-Id: <200712131934.lBDJYNMm065910@repoman.freebsd.org> From: Alan Cox Date: Thu, 13 Dec 2007 19:34:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/conf files.amd64 files.i386 src/sys/i386/i386 pmap.c src/sys/sys cdefs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 13 Dec 2007 19:34:24 -0000 alc 2007-12-13 19:34:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 pmap.c sys/conf files.amd64 files.i386 sys/i386/i386 pmap.c sys/sys cdefs.h Log: MFC Eliminate compilation warnings due to the use of non-static inlines through the introduction and use of the __gnu89_inline attribute. Approved by: re (kensmith) Revision Changes Path 1.590.2.3 +3 -3 src/sys/amd64/amd64/pmap.c 1.107.2.3 +1 -1 src/sys/conf/files.amd64 1.580.2.3 +1 -1 src/sys/conf/files.i386 1.594.2.4 +3 -3 src/sys/i386/i386/pmap.c 1.93.2.1 +6 -0 src/sys/sys/cdefs.h