From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765576AbYECRvO (ORCPT ); Sat, 3 May 2008 13:51:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755439AbYECRu6 (ORCPT ); Sat, 3 May 2008 13:50:58 -0400 Received: from anchor-post-37.mail.demon.net ([194.217.242.87]:34504 "EHLO anchor-post-37.mail.demon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752189AbYECRu5 (ORCPT ); Sat, 3 May 2008 13:50:57 -0400 Message-ID: <481CA5FC.6020004@superbug.co.uk> Date: Sat, 03 May 2008 18:50:52 +0100 From: James Courtier-Dutton User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: "H. Peter Anvin" 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> In-Reply-To: <481CA40A.7040906@zytor.com> 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 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.