Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262137AbUKPXip (ORCPT ); Tue, 16 Nov 2004 18:38:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261897AbUKPXga (ORCPT ); Tue, 16 Nov 2004 18:36:30 -0500 Received: from pollux.ds.pg.gda.pl ([153.19.208.7]:11795 "EHLO pollux.ds.pg.gda.pl") by vger.kernel.org with ESMTP id S261899AbUKPXf7 (ORCPT ); Tue, 16 Nov 2004 18:35:59 -0500 Date: Tue, 16 Nov 2004 23:35:52 +0000 (GMT) From: "Maciej W. Rozycki" To: Stas Sergeev Cc: Andrew Morton , Linux kernel Subject: Re: 2.6.10-rc1-mm5 In-Reply-To: <419A38EE.8000202@aknet.ru> Message-ID: References: <41967669.3070707@aknet.ru> <4198EFE5.5010003@aknet.ru> <419A38EE.8000202@aknet.ru> 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 Content-Length: 1168 Lines: 37 On Tue, 16 Nov 2004, Stas Sergeev wrote: > I don't think it worked. I do not even > claim there is still some bug to that. > But I know that nmi_watchdog=1 worked - > thats for sure. I think there was some > fallback, which is now either broken or Indeed there was and it still is there, namely the following code: if (nmi_watchdog != NMI_NONE) nmi_watchdog = NMI_LOCAL_APIC; in detect_init_APIC(). > disabled intentionally, and that's what > I wanted to find out to make sure that > everything works as expected. Thanks for your insistence -- it helps. We probably want to rewrite the fallback differently. > I applied your patch and here are 2 logs - > one from older kernel, one with -mm5 with > patch. Both have nmi_watchdog=1, but the > NMI works only with the old one. > Does this shed some light? Thanks -- they prove you have no I/O APIC and the quoted fallback should indeed be in effect. Maciej - 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/