From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1766000AbYECRwb (ORCPT ); Sat, 3 May 2008 13:52:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757183AbYECRwZ (ORCPT ); Sat, 3 May 2008 13:52:25 -0400 Received: from terminus.zytor.com ([198.137.202.10]:43327 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755439AbYECRwY (ORCPT ); Sat, 3 May 2008 13:52:24 -0400 Message-ID: <481CA63E.50504@zytor.com> Date: Sat, 03 May 2008 10:51:58 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: James Courtier-Dutton CC: Thomas Gleixner , jamal , Suresh Siddha , Arjan van de Ven , Ingo Molnar , LKML , Jan Beulich Subject: Re: i387/FPU init issues... References: <1209810775.6972.37.camel@localhost> <481CA40A.7040906@zytor.com> <481CA5FC.6020004@superbug.co.uk> In-Reply-To: <481CA5FC.6020004@superbug.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Courtier-Dutton wrote: > H. Peter Anvin wrote: >> Thomas Gleixner wrote: >>> >>> Jan, are you sure that P3 knows the P6 NOPs ? AFAICT its P4, but I >>> have to dig up the manuals. >>> >> >> Pentium III is the P6 core, so it will. >> >> Intel explicitly documents "all processors with family 6 or F." >> >> -hpa > > From the intel manual > > 0F 1F /0 NOP > The multi-byte form of NOP is available on processors with model encoding: > • CPUID.01H.EAX[Bytes 11:8] = 0110B or 1111B > The multi-byte NOP instruction does not alter the content of a register > and will not > issue a memory operation. The instruction’s operation is the same in > non-64-bit > modes and 64-bit mode. > I believe that's what I just said... -hpa