From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756545Ab1JSOve (ORCPT ); Wed, 19 Oct 2011 10:51:34 -0400 Received: from s15228384.onlinehome-server.info ([87.106.30.177]:38421 "EHLO mail.x86-64.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755495Ab1JSOva (ORCPT ); Wed, 19 Oct 2011 10:51:30 -0400 From: Borislav Petkov To: EDAC devel Cc: Tony Luck , Ingo Molnar , X86-ML , LKML , Borislav Petkov Subject: [PATCH 1/9] x86, mce: Enable MCA support by default Date: Wed, 19 Oct 2011 16:50:58 +0200 Message-Id: <1319035866-29570-2-git-send-email-bp@amd64.org> X-Mailer: git-send-email 1.7.4.rc2 In-Reply-To: <1319035866-29570-1-git-send-email-bp@amd64.org> References: <1319035866-29570-1-git-send-email-bp@amd64.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov MCA is the basic support for hardware error logging and reporting, and it is majorly unwise to run without it so enable machine check software support by default on x86. Signed-off-by: Borislav Petkov --- arch/x86/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6a47bb2..afb7a19 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -841,6 +841,7 @@ config X86_REROUTE_FOR_BROKEN_BOOT_IRQS config X86_MCE bool "Machine Check / overheating reporting" + default y ---help--- Machine Check support allows the processor to notify the kernel if it detects a problem (e.g. overheating, data corruption). -- 1.7.4.rc2