From owner-cvs-all@FreeBSD.ORG Tue Aug 15 15:27:14 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 B518A16A4DA; Tue, 15 Aug 2006 15:27:14 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF5E43D6A; Tue, 15 Aug 2006 15:27:13 +0000 (GMT) (envelope-from netchild@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 k7FFRDJt003091; Tue, 15 Aug 2006 15:27:13 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7FFRDmN003090; Tue, 15 Aug 2006 15:27:13 GMT (envelope-from netchild) Message-Id: <200608151527.k7FFRDmN003090@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 15 Aug 2006 15:27:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 support.s 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: Tue, 15 Aug 2006 15:27:14 -0000 netchild 2006-08-15 15:27:13 UTC FreeBSD src repository Modified files: sys/i386/i386 support.s Log: Remove the include of opt_global.h. It's included globally by a command line switch. Other files which may make the same mistake (according to fxr.watson.org) but aren't fixed in this commit (people with more clue about those files should fix this): - i386/xbox/xbox.c - arm/arm/elf_trampoline.c - arm/arm/mem.c Noticed by: cognet Revision Changes Path 1.110 +0 -1 src/sys/i386/i386/support.s