Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753890AbYGEJyV (ORCPT ); Sat, 5 Jul 2008 05:54:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751229AbYGEJyN (ORCPT ); Sat, 5 Jul 2008 05:54:13 -0400 Received: from one.firstfloor.org ([213.235.205.2]:48585 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751191AbYGEJyN (ORCPT ); Sat, 5 Jul 2008 05:54:13 -0400 Message-ID: <486F44C0.8050003@firstfloor.org> Date: Sat, 05 Jul 2008 11:54:08 +0200 From: Andi Kleen User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: Bert Wesarg CC: masbock@linux.vnet.ibm.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [9/9] MCE: Use 64bit machine check code on 32bit References: <200807041120.678642023@firstfloor.org> <20080704212033.D40551B431F@basil.firstfloor.org> <36ca99e90807050250u718fa277t2297d6436fd14c4e@mail.gmail.com> In-Reply-To: <36ca99e90807050250u718fa277t2297d6436fd14c4e@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 22 > Is this first "n" a typo? No. The legacy machine check code that is going away is definitely supposed to be default n. This is effectively a default y for the new code. One could argue about the second default n though. I made the ancient handlers default n because the P5 machine check has been disabled by default anyways for many years (and is only used in some very special embedded circumstances which likely run special configs) and the WinChip handler is pretty useless. So most people don't need them imho. But I don't feel strongly about that one either way. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/