From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Ying Subject: Re: [PATCH 08/17] ACPI, APEI, GHES, Support disable GHES at boot time Date: Fri, 15 Jul 2011 08:31:00 +0800 Message-ID: <4E1F8A44.8080609@intel.com> References: <1310534068-30547-1-git-send-email-ying.huang@intel.com> <1310534068-30547-9-git-send-email-ying.huang@intel.com> <20110714144716.GA3080@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com ([134.134.136.24]:46482 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409Ab1GOAbD (ORCPT ); Thu, 14 Jul 2011 20:31:03 -0400 In-Reply-To: <20110714144716.GA3080@redhat.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Don Zickus Cc: Len Brown , "linux-kernel@vger.kernel.org" , Andi Kleen , "Luck, Tony" , "linux-acpi@vger.kernel.org" On 07/14/2011 10:47 PM, Don Zickus wrote: > On Wed, Jul 13, 2011 at 01:14:19PM +0800, Huang Ying wrote: >> Some machine may have broken firmware so that GHES and firmware first >> mode should be disabled. This patch adds support to that. > > Does this still work if you have disabled ghes module support in the > previous patch? Yes. Module param can be specified in kernel command line, for example "ghes.disable=y". Best Regards, Huang Ying