From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945928AbbEORRD (ORCPT ); Fri, 15 May 2015 13:17:03 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:34949 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752336AbbEORRA (ORCPT ); Fri, 15 May 2015 13:17:00 -0400 From: Masanari Iida To: bp@suse.de, linux-edac@vger.kernel.org, corbet@lwn.net, linux-kernel@vger.kernel.org, luto@amacapital.net, slaoub@gmail.com, tony.luck@intel.com Cc: Masanari Iida Subject: [PATCH] Doc: Fix description of nomce in kernel-parameters.txt Date: Sat, 16 May 2015 02:16:43 +0900 Message-Id: <1431710203-31424-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.4.0.53.g8440f74 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Description of nomce tells opposite. Signed-off-by: Masanari Iida --- Documentation/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 61ab162..e9159eb98 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -2437,7 +2437,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. nomca [IA-64] Disable machine check abort handling - nomce [X86-32] Machine Check Exception + nomce [X86-32] Disable Machine Check Exception nomfgpt [X86-32] Disable Multi-Function General Purpose Timer usage (for AMD Geode machines). -- 2.4.0.53.g8440f74