From owner-freebsd-amd64@FreeBSD.ORG Sat Jul 21 20:06:56 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6142C106564A for ; Sat, 21 Jul 2012 20:06:56 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 245D88FC12 for ; Sat, 21 Jul 2012 20:06:56 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id q6LK6otA079641; Sat, 21 Jul 2012 13:06:50 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q6LK6nHW079640; Sat, 21 Jul 2012 13:06:49 -0700 (PDT) (envelope-from sgk) Date: Sat, 21 Jul 2012 13:06:49 -0700 From: Steve Kargl To: Arvydas Sidorenko Message-ID: <20120721200649.GA79631@troutmask.apl.washington.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-amd64@freebsd.org Subject: Re: no such instructions: xsave, xsetbv, xrstor X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2012 20:06:56 -0000 On Sat, Jul 21, 2012 at 07:52:29PM +0200, Arvydas Sidorenko wrote: > This is the output I get when building 10-CURRENT from HEAD: > /usr/src/sys/amd64/amd64/cpu_switch.S: Assembler messages: > /usr/src/sys/amd64/amd64/cpu_switch.S:128: Error: no such instruction: > `xsave (%r8)' > /usr/src/sys/amd64/amd64/cpu_switch.S:504: Error: no such instruction: `xsetbv' > /usr/src/sys/amd64/amd64/cpu_switch.S:505: Error: no such instruction: > `xrstor (%rbx)' How you building HEAD? -- Steve