Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262272AbUCOFvE (ORCPT ); Mon, 15 Mar 2004 00:51:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262273AbUCOFvE (ORCPT ); Mon, 15 Mar 2004 00:51:04 -0500 Received: from dragnfire.mtl.istop.com ([66.11.160.179]:25798 "EHLO dsl.commfireservices.com") by vger.kernel.org with ESMTP id S262272AbUCOFvC (ORCPT ); Mon, 15 Mar 2004 00:51:02 -0500 Date: Mon, 15 Mar 2004 00:51:02 -0500 (EST) From: Zwane Mwaikambo To: Nishant Nagalia Cc: linux-kernel@vger.kernel.org Subject: Re: Interrupts In-Reply-To: Message-ID: References: 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: 959 Lines: 22 On Sun, 14 Mar 2004, Nishant Nagalia wrote: > Hello, > > I am trying to modify linux scheduler for my project. > > I want to schedule interrupts whenever I want,means I want to queue > an interrupt when it comes and execute it when my scheduler will want it > to. I should be able to queue it before it executes any function/ISR > inside kernel and then schedule it when required. > > I am not able to find proper documentation of how exactly I can do this. I > would really appreciate if anyone can help me in this regards. There isn't any documentation stating how to do that because Linux doesn't use that interrupt handling model. Perhaps you should be looking at the FreeBSD 5 interrupt thread code instead. - 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/