From patchwork Wed Aug 10 02:46:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen Gong X-Patchwork-Id: 1051572 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7A37UKn002076 for ; Wed, 10 Aug 2011 03:07:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752534Ab1HJCpT (ORCPT ); Tue, 9 Aug 2011 22:45:19 -0400 Received: from mga11.intel.com ([192.55.52.93]:49362 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752096Ab1HJCpS (ORCPT ); Tue, 9 Aug 2011 22:45:18 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 09 Aug 2011 19:45:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,348,1309762800"; d="scan'208";a="37528021" Received: from gchen-debian.bj.intel.com ([10.238.153.132]) by fmsmga002.fm.intel.com with ESMTP; 09 Aug 2011 19:45:17 -0700 Received: from gchen by gchen-debian.bj.intel.com with local (Exim 4.69) (envelope-from ) id 1QqyoJ-0006NZ-LB; Wed, 10 Aug 2011 10:46:23 +0800 From: Chen Gong To: linux-acpi@vger.kernel.org Cc: ying.huang@intel.com, Chen Gong Subject: [PATCH] Add Kconfig option IRQ_WORK for GHES Date: Wed, 10 Aug 2011 10:46:22 +0800 Message-Id: <1312944382-24491-1-git-send-email-gong.chen@linux.intel.com> X-Mailer: git-send-email 1.7.6.401.g6a319 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Wed, 10 Aug 2011 03:07:32 +0000 (UTC) IRQ_WORK is used by GHES, but it is selected by PERF_EVENT. For now PERF_EVENT is selected by x86 by default, but in concept, IRQ_WORK should be selected by GHES, not by others. Signed-off-by: Chen Gong --- drivers/acpi/apei/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig index c34aa51..e3f4787 100644 --- a/drivers/acpi/apei/Kconfig +++ b/drivers/acpi/apei/Kconfig @@ -13,6 +13,7 @@ config ACPI_APEI_GHES bool "APEI Generic Hardware Error Source" depends on ACPI_APEI && X86 select ACPI_HED + select IRQ_WORK select LLIST select GENERIC_ALLOCATOR help