From owner-cvs-src@FreeBSD.ORG Thu Aug 14 22:46:34 2003 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 9DB9037B401; Thu, 14 Aug 2003 22:46:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3662E43F93; Thu, 14 Aug 2003 22:46:34 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7F5kY0U019399; Thu, 14 Aug 2003 22:46:34 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7F5kXhB019398; Thu, 14 Aug 2003 22:46:33 -0700 (PDT) Message-Id: <200308150546.h7F5kXhB019398@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 14 Aug 2003 22:46:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include ia64_cpu.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, 15 Aug 2003 05:46:35 -0000 marcel 2003/08/14 22:46:33 PDT FreeBSD src repository Modified files: sys/ia64/include ia64_cpu.h Log: Add an instruction group break after the move to application register and the move to control register to avoid dependency violations when these functions are used. Note that explicit data and instruction serialization also need to be in a subsequent instruction group. This too requires that we have an igrp break here. Revision Changes Path 1.19 +2 -2 src/sys/ia64/include/ia64_cpu.h