Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754109AbbBKV4I (ORCPT ); Wed, 11 Feb 2015 16:56:08 -0500 Received: from terminus.zytor.com ([198.137.202.10]:36394 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753924AbbBKV4E (ORCPT ); Wed, 11 Feb 2015 16:56:04 -0500 Message-ID: <54DBCFD6.8000509@zytor.com> Date: Wed, 11 Feb 2015 13:55:34 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Scotty Bauer , tglx@linutronix.de, mingo@redheat.com CC: linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH] x86/smpboot: check if CLFLUSH is actually necessary References: <54CBF6F9.5040508@eng.utah.edu> In-Reply-To: <54CBF6F9.5040508@eng.utah.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 629 Lines: 17 On 01/30/2015 01:26 PM, Scotty Bauer wrote: > mwait_play_dead previously issued a CLFLUSH to work around a bug on > some xeon processors. We can now determine if the CPU is a buggy CPU. > This patch checks if if we're on a buggy CPU which allows non-buggy > cpu's to eliminate the CLFLUSH. Here is my first question: does this matter at all? Otherwise I don't see a point. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/