Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 12 Mar 2002 12:26:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 12 Mar 2002 12:26:20 -0500 Received: from mons.uio.no ([129.240.130.14]:28355 "EHLO mons.uio.no") by vger.kernel.org with ESMTP id ; Tue, 12 Mar 2002 12:25:59 -0500 To: Gerd Knorr Cc: linux-kernel@vger.kernel.org, Marcelo Tosatti , Dave Jones Subject: Re: Linux 2.4.19-pre3 In-Reply-To: From: Trond Myklebust Date: 12 Mar 2002 18:24:48 +0100 In-Reply-To: Message-ID: Lines: 31 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org >>>>> " " == Gerd Knorr writes: >> Here goes -pre3, with the new IDE code. It has been stable >> enough time in the -ac tree, in my and Alan's opinion. > Doesn't boot my machine. "Intel machine check architecture > supported" is the last message printed before it just hangs. Ditto on my laptop. I've tracked it down to a change in the file arch/i386/kernel/bluesmoke.c between pre2 and pre3. My guess is that - Fix off-by-one error in bluesmoke (Dave Jones) is wrong for some reason. Backing out that change using the appended patch causes pre3 to boot normally. Cheers, Trond --- linux-2.4.19-up/arch/i386/kernel/bluesmoke.c.orig Tue Mar 12 14:56:56 2002 +++ linux-2.4.19-up/arch/i386/kernel/bluesmoke.c Tue Mar 12 18:07:44 2002 @@ -169,7 +169,7 @@ if(l&(1<<8)) wrmsr(MSR_IA32_MCG_CTL, 0xffffffff, 0xffffffff); banks = l&0xff; - for(i=0;i