Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 2 Jul 2001 13:41:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 2 Jul 2001 13:41:48 -0400 Received: from isua1.iastate.edu ([129.186.1.201]:28164 "EHLO isua1.iastate.edu") by vger.kernel.org with ESMTP id ; Mon, 2 Jul 2001 13:41:41 -0400 Date: Mon, 2 Jul 2001 12:41:41 -0500 (CDT) From: Swami To: linux-kernel@vger.kernel.org Subject: Doubt in interrupts 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 Hi, Are there any interrupts which doesn't affect local_irq_count(cpu) or that doesn't enter do_IRQ()? (other than NMIs). Because I'm implementing my own locking routine and I'm getting interrupted during spin, but I check and found that in_interupt() returns zero. Thanking in advance, Swami -------------------------- http://www.swaminathans.com - 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/