From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754766AbYDCWsp (ORCPT ); Thu, 3 Apr 2008 18:48:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750783AbYDCWsh (ORCPT ); Thu, 3 Apr 2008 18:48:37 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47130 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbYDCWsg (ORCPT ); Thu, 3 Apr 2008 18:48:36 -0400 Message-ID: <47F55EA7.1090406@zytor.com> Date: Thu, 03 Apr 2008 15:48:07 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Hugh Dickins CC: Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: MPSC should use P6 NOPs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hugh Dickins wrote: > I've now noticed that the machine I call MPENTIUM4 for 32-bit kernels > is called MPSC for 64-bit kernels, and in that case it still doesn't > get the P6 NOPs it ought to. hpa explains that MK8 should still be > excluded, so it's just a matter of including MPSC along with MPENTIUM4. > > Signed-off-by: Hugh Dickins Acked-by: H. Peter Anvin