Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Nov 2002 17:29:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Nov 2002 17:28:52 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:19215 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Mon, 18 Nov 2002 17:27:44 -0500 Date: Mon, 18 Nov 2002 22:34:45 +0000 From: Matthew Wilcox To: george anzinger Cc: Ingo Molnar , Dipankar Sarma , Matthew Wilcox , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Run timers as softirqs, not tasklets Message-ID: <20021118223445.R7530@parcelfarce.linux.theplanet.co.uk> References: <3DD969B6.9D221DB1@mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3DD969B6.9D221DB1@mvista.com>; from george@mvista.com on Mon, Nov 18, 2002 at 02:29:10PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 707 Lines: 22 On Mon, Nov 18, 2002 at 02:29:10PM -0800, george anzinger wrote: > So then, is there any reason to not put them ahead of > HI_SOFTIRQ? I.e.: > > enum > { > TIMER_SOFTIRQ=0, > HI_SOFTIRQ > NET_TX_SOFTIRQ, > NET_RX_SOFTIRQ, > SCSI_SOFTIRQ, because then there would be no way to make a tasklet run before the timers? turn it around. convince us that timers should run first. -- Revolutions do not require corporate support. - 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/