From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756172Ab0EaHJN (ORCPT ); Mon, 31 May 2010 03:09:13 -0400 Received: from mga14.intel.com ([143.182.124.37]:48589 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002Ab0EaHJL (ORCPT ); Mon, 31 May 2010 03:09:11 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.53,331,1272870000"; d="scan'208";a="283140630" Subject: [PATCH -v3 0/2] x86, MCE, FIX MSR_IA32_MCI_CTL2_CMCI threshold setup (resend) From: Huang Ying To: Ingo Molnar , "H. Peter Anvin" Cc: LKML , Huang@vger.kernel.org, Ying , Andi Kleen , Hidetoshi Seto Content-Type: text/plain; charset="UTF-8" Date: Mon, 31 May 2010 15:09:08 +0800 Message-ID: <1275289748.3444.441.camel@yhuang-dev.sh.intel.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changelog: v3: - Separate patch into 2 patches, one for renaming, the other for threshold setup fixing. v2: - Rename CMCI_EN to MCI_CTL2_CMCI_EN and CMCI_THRESHOLD_MASK to MCI_CTL2_CMCI_THRESHOLD_MASK to make naming consistent.