From owner-svn-src-all@FreeBSD.ORG Thu May 28 13:12:06 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 564ED8FA; Thu, 28 May 2015 13:12:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43E3CE41; Thu, 28 May 2015 13:12:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4SDC64Z018523; Thu, 28 May 2015 13:12:06 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4SDC6Ok018522; Thu, 28 May 2015 13:12:06 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201505281312.t4SDC6Ok018522@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Thu, 28 May 2015 13:12:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r283646 - stable/10/sys/compat/ia32 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 28 May 2015 13:12:06 -0000 Author: jhb Date: Thu May 28 13:12:05 2015 New Revision: 283646 URL: https://svnweb.freebsd.org/changeset/base/283646 Log: Fix COMPAT_FREEBSD32 build on ia64. This is a direct commit to stable/10 since ia64 is not present in head. Modified: stable/10/sys/compat/ia32/ia32_sysvec.c Modified: stable/10/sys/compat/ia32/ia32_sysvec.c ============================================================================== --- stable/10/sys/compat/ia32/ia32_sysvec.c Thu May 28 12:33:21 2015 (r283645) +++ stable/10/sys/compat/ia32/ia32_sysvec.c Thu May 28 13:12:05 2015 (r283646) @@ -192,6 +192,7 @@ SYSINIT(kia32, SI_SUB_EXEC, SI_ORDER_ANY void elf32_dump_thread(struct thread *td, void *dst, size_t *off) { +#ifdef __amd64__ void *buf; size_t len; @@ -209,6 +210,7 @@ elf32_dump_thread(struct thread *td, voi cpu_max_ext_state_size, NULL); } *off = len; +#endif } void