From owner-p4-projects@FreeBSD.ORG Thu Dec 13 00:57:04 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2872316A46B; Thu, 13 Dec 2007 00:57:04 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBF4516A468 for ; Thu, 13 Dec 2007 00:57:03 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCC5013C448 for ; Thu, 13 Dec 2007 00:57:03 +0000 (UTC) (envelope-from jb@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 lBD0v39S012236 for ; Thu, 13 Dec 2007 00:57:03 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBD0v3H2012233 for perforce@freebsd.org; Thu, 13 Dec 2007 00:57:03 GMT (envelope-from jb@freebsd.org) Date: Thu, 13 Dec 2007 00:57:03 GMT Message-Id: <200712130057.lBD0v3H2012233@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 130771 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 00:57:04 -0000 http://perforce.freebsd.org/chv.cgi?CH=130771 Change 130771 by jb@jb_freebsd1 on 2007/12/13 00:56:23 Add this file to match the one in CVS. OpenSolaris has a bunch of headers named the same as this, but their arch/machine differentiation isn't as clean as FreeBSD's IMHO. A lot of what is in here is specific to the assembler rather than the arch/machine the assembler is targeted to. I guess that's why pjd decided to merge the stuff together. We'll try to use what is common and machine dependencies to handle differences. Affected files ... .. //depot/projects/opensolaris/src/sys/contrib/opensolaris/uts/common/sys/asm_linkage.h#1 add Differences ...