From owner-cvs-src@FreeBSD.ORG Fri Mar 11 22:16:09 2005 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 DF73016A4CE; Fri, 11 Mar 2005 22:16:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F7143D41; Fri, 11 Mar 2005 22:16:09 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2BMG9Yl048436; Fri, 11 Mar 2005 22:16:09 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2BMG9fj048435; Fri, 11 Mar 2005 22:16:09 GMT (envelope-from peter) Message-Id: <200503112216.j2BMG9fj048435@repoman.freebsd.org> From: Peter Wemm Date: Fri, 11 Mar 2005 22:16:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 fpu.c src/sys/amd64/include _types.h bus_amd64.h cpufunc.h critical.h in_cksum.h pcpu.h profile.h stdarg.h varargs.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, 11 Mar 2005 22:16:10 -0000 peter 2005-03-11 22:16:09 UTC FreeBSD src repository Modified files: sys/amd64/amd64 fpu.c sys/amd64/include _types.h bus_amd64.h cpufunc.h critical.h in_cksum.h pcpu.h profile.h stdarg.h varargs.h Log: Remove diffs to i386 version that came in via the compiler support ifdefs. This changes things like whitespace, inconsistent use of #ifndef vs #if !defined(), different macro argument orders, mismatched comments, etc. Revision Changes Path 1.157 +2 -2 src/sys/amd64/amd64/fpu.c 1.8 +2 -2 src/sys/amd64/include/_types.h 1.29 +18 -14 src/sys/amd64/include/bus_amd64.h 1.147 +2 -2 src/sys/amd64/include/cpufunc.h 1.10 +2 -2 src/sys/amd64/include/critical.h 1.5 +4 -0 src/sys/amd64/include/in_cksum.h 1.44 +2 -2 src/sys/amd64/include/pcpu.h 1.45 +2 -2 src/sys/amd64/include/profile.h 1.8 +2 -1 src/sys/amd64/include/stdarg.h 1.14 +1 -1 src/sys/amd64/include/varargs.h