From owner-svn-src-all@FreeBSD.ORG Fri Nov 27 01:02:18 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AC401065676; Fri, 27 Nov 2009 01:02:18 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EED2E8FC27; Fri, 27 Nov 2009 01:02:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nAR12HIk097676; Fri, 27 Nov 2009 01:02:17 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAR12H0V097674; Fri, 27 Nov 2009 01:02:17 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <200911270102.nAR12H0V097674@svn.freebsd.org> From: Attilio Rao Date: Fri, 27 Nov 2009 01:02:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199852 - head/sys/i386/xen X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 01:02:18 -0000 Author: attilio Date: Fri Nov 27 01:02:17 2009 New Revision: 199852 URL: http://svn.freebsd.org/changeset/base/199852 Log: i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xen version. No objections by: kmacy Modified: head/sys/i386/xen/exception.s Modified: head/sys/i386/xen/exception.s ============================================================================== --- head/sys/i386/xen/exception.s Fri Nov 27 00:21:17 2009 (r199851) +++ head/sys/i386/xen/exception.s Fri Nov 27 01:02:17 2009 (r199852) @@ -295,10 +295,6 @@ ENTRY(fork_trampoline) SUPERALIGN_TEXT MCOUNT_LABEL(bintr) -#ifdef DEV_ATPIC -#include -#endif - #ifdef DEV_APIC .data .p2align 4