From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755342Ab2IQQwN (ORCPT ); Mon, 17 Sep 2012 12:52:13 -0400 Received: from mail.x86-64.org ([217.9.48.20]:53943 "EHLO mail.x86-64.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754084Ab2IQQwJ (ORCPT ); Mon, 17 Sep 2012 12:52:09 -0400 From: Borislav Petkov To: Tony Luck Cc: X86-ML , EDAC devel , LKML , Borislav Petkov Subject: [PATCH 0/2] Minimal RAS stuff Date: Mon, 17 Sep 2012 18:52:01 +0200 Message-Id: <1347900723-17490-1-git-send-email-bp@amd64.org> X-Mailer: git-send-email 1.7.11.rc1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Ok, my main intention for this is patch 1/2 which enables MCA by default. I still see bugreports where CONFIG_X86_MCE is disabled and this is a bad idea so turning it on by default makes sense to me. The second patch is only a cleanup. Thanks. Borislav Petkov (2): x86, mce: Enable MCA support by default x86, MCE: Remove unused defines arch/x86/Kconfig | 1 + arch/x86/include/asm/mce.h | 12 +----------- 2 files changed, 2 insertions(+), 11 deletions(-) -- 1.7.11.rc1