From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751889AbcGRTLH (ORCPT ); Mon, 18 Jul 2016 15:11:07 -0400 Received: from mga14.intel.com ([192.55.52.115]:39466 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751706AbcGRTLF (ORCPT ); Mon, 18 Jul 2016 15:11:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,385,1464678000"; d="scan'208";a="997727927" Date: Mon, 18 Jul 2016 12:11:45 -0700 From: Jacob Pan To: Brian Gerst Cc: LKML , Peter Zijlstra , Ingo Molnar , "H. Peter Anvin" , X86 Kernel , Arjan van de Ven , Len Brown , jacob.jun.pan@linux.intel.com Subject: Re: [PATCH v2] x86: add workaround monitor bug Message-ID: <20160718121145.493ecb2e@jacob-builder> In-Reply-To: References: <1468867270-18493-1-git-send-email-jacob.jun.pan@linux.intel.com> Organization: OTC X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 18 Jul 2016 14:49:56 -0400 Brian Gerst wrote: > It would be simpler to just force clear X86_FEATURE_MWAIT. Then we cannot use intel_idle driver. In addition, ACPI idle driver needs BIOS support which may or may not be there for all platforms. Thanks, Jacob