Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 22 Jul 2002 14:02:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 22 Jul 2002 14:02:40 -0400 Received: from mx2.elte.hu ([157.181.151.9]:48007 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Mon, 22 Jul 2002 14:02:38 -0400 Date: Mon, 22 Jul 2002 20:04:42 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: george anzinger Cc: Oleg Nesterov , Subject: Re: [announce, patch, RFC] "big IRQ lock" removal, IRQ cleanups. In-Reply-To: <3D3C48D7.4B36F14E@mvista.com> 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 Content-Length: 599 Lines: 17 On Mon, 22 Jul 2002, george anzinger wrote: > But schedule and signal code does return with interrupts enabled, so a > cli is still needed here. Also at least some of the trap code returns > with interrupts enabled. the change only affects the ret_from_intr path, which is IRQ-only. The signal and schedule path is still disabling interrupts. 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/