Rising interrupt level
From: Vijay Kumar Zanvar (vijoeyz_at_hotpop.com)
Date: 08/28/03
- Previous message: Bill Marcum: "Re: where do i start"
- Next in thread: Catalin Marinas: "Re: Rising interrupt level"
- Reply: Catalin Marinas: "Re: Rising interrupt level"
- Reply: Iwo Mergler: "Re: Rising interrupt level"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Aug 2003 16:09:03 +0530
Hello,
Suppose an interrupt handler is manipulating a global data structure
in the top-half. In the meantime, another high priority interrupt occurs
when the current handler is in the middle of processing the data
structure. Kernel semaphore is inadviceable. How would we
protect the data structure from higher interrupt. We are uniprocessor
system, so spinlocks are useless here.
-----------------------------------------------
Vijay Kumar R Zanvar
- Previous message: Bill Marcum: "Re: where do i start"
- Next in thread: Catalin Marinas: "Re: Rising interrupt level"
- Reply: Catalin Marinas: "Re: Rising interrupt level"
- Reply: Iwo Mergler: "Re: Rising interrupt level"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|