From owner-cvs-all@FreeBSD.ORG Fri Apr 25 10:58:54 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B17BD106566C; Fri, 25 Apr 2008 10:58:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6E78FC19; Fri, 25 Apr 2008 10:58:54 +0000 (UTC) (envelope-from marius@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 m3PAwsH1015488; Fri, 25 Apr 2008 10:58:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3PAws45015487; Fri, 25 Apr 2008 10:58:54 GMT (envelope-from marius) Message-Id: <200804251058.m3PAws45015487@repoman.freebsd.org> From: Marius Strobl Date: Fri, 25 Apr 2008 10:58:54 +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/cddl/contrib/opensolaris/uts/common/sys asm_linkage.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 10:58:54 -0000 marius 2008-04-25 10:58:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cddl/contrib/opensolaris/uts/common/sys asm_linkage.h Log: MFC: 1.4 - Fix the path encoded in the multiple inclusion protection. - GCC uses 32-byte function alignment for UltraSPARC CPUs. - Remove code duplication. Revision Changes Path 1.4.2.2 +13 -36 src/sys/cddl/contrib/opensolaris/uts/common/sys/asm_linkage.h