Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 20 Feb 2001 13:48:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 20 Feb 2001 13:48:28 -0500 Received: from nat-pool.corp.redhat.com ([199.183.24.200]:57866 "EHLO devserv.devel.redhat.com") by vger.kernel.org with ESMTP id ; Tue, 20 Feb 2001 13:48:15 -0500 Date: Tue, 20 Feb 2001 13:46:18 -0500 (EST) From: Ingo Molnar X-X-Sender: To: Mikael Pettersson cc: , , Subject: Re: [PATCH] 2.4.1-ac UP-APIC updates In-Reply-To: <200102201811.TAA00748@harpo.it.uu.se> Message-ID: 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 On Tue, 20 Feb 2001, Mikael Pettersson wrote: > * NMI rate reduction for UP-APIC: the 100Hz default rate is excessive for > normal systems, 1Hz suffices. It turns out we cannot start at 1Hz due to > this interacting badly with check_nmi_watchdog() and the watchdog itself, > so the rate is reduced after check_nmi_watchdog() is done. i dont like this one. 100 times a second makes absolutely no performance difference whatsoever - but eg. i'm driving kernel profiling from the NMI handler to get profiles of eg. IRQ handlers and other cli()-ed code areas. another reason is that if NMIs intaract with anything else in the system, we'll have much better chances to hit it with 100 Hz than with 1 Hz. Ingo - 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/