From owner-cvs-all@FreeBSD.ORG Sat Oct 21 11:09:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 172A816A412; Sat, 21 Oct 2006 11:09:51 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D7A43D6E; Sat, 21 Oct 2006 11:09:50 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9LB9oS9039542; Sat, 21 Oct 2006 11:09:50 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9LB9oUp039541; Sat, 21 Oct 2006 11:09:50 GMT (envelope-from bde) Message-Id: <200610211109.k9LB9oUp039541@repoman.freebsd.org> From: Bruce Evans Date: Sat, 21 Oct 2006 11:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/i386/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 11:09:51 -0000 bde 2006-10-21 11:09:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/include atomic.h Log: Remove special support for gcc <= 2.8 so that the next change is more readable. gcc-2.8 was last sighted in FreeBSD-3 and wasn't the system compiler in any version of FreeBSD-4. The next change will improve portability and might even work without ifdefs for gcc-2.8. Revision Changes Path 1.9.2.4 +0 -42 src/sys/i386/include/atomic.h