From owner-cvs-src@FreeBSD.ORG Fri May 9 17:53:35 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 50FB337B401; Fri, 9 May 2003 17:53:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E514043F93; Fri, 9 May 2003 17:53:34 -0700 (PDT) (envelope-from peter@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 h4A0rY0U012016; Fri, 9 May 2003 17:53:34 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4A0rYlm012015; Fri, 9 May 2003 17:53:34 -0700 (PDT) Message-Id: <200305100053.h4A0rYlm012015@repoman.freebsd.org> From: Peter Wemm Date: Fri, 9 May 2003 17:53:34 -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/amd64/include asm.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: Sat, 10 May 2003 00:53:35 -0000 peter 2003/05/09 17:53:34 PDT FreeBSD src repository Modified files: sys/amd64/include asm.h Log: Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, which could use different versions of the math code depending on whether there was real floating point hardware or math emulation. Since the fpu is part of the core specification on amd64, there is no need for this here. Approved by: re (blanket amd64/*) Revision Changes Path 1.12 +0 -63 src/sys/amd64/include/asm.h