From owner-cvs-src-old@FreeBSD.ORG Wed Oct 21 18:10:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38E5C1065697 for ; Wed, 21 Oct 2009 18:10:06 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2F948FC0A for ; Wed, 21 Oct 2009 18:10:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9LIA5TY067753 for ; Wed, 21 Oct 2009 18:10:05 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9LIA5pL067752 for cvs-src-old@freebsd.org; Wed, 21 Oct 2009 18:10:05 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200910211810.n9LIA5pL067752@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Wed, 21 Oct 2009 18:09:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include asm.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 18:10:06 -0000 marcel 2009-10-21 18:09:48 UTC FreeBSD src repository Modified files: sys/ia64/include asm.h Log: SVN rev 198338 on 2009-10-21 18:09:48Z by marcel o Align function on a 32-byte boundary so that the core's front-end can deliver 2 bundles per cycle to the back-end. o Mark syscall stubs with a special unwind ABI tag so that unwind libraries know how to unwind. Revision Changes Path 1.14 +7 -3 src/sys/ia64/include/asm.h