This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

On ecos interrupt process



Hi,nickg.
i am confused that ecos interrupt process:
for example:
ISR
|
int_end()
{
post dsr;
.... (branch 1)
unlocks scheduler()------------------|
(branch 2) |
} | | |
restore int |
return from int |
|*********
call all dsr and wake higher threads
hal_switch _context()
my question is whether branch1 is excuted in interrupt level,if yes,
interrupt disable period is too long even use DSR machanism,if not,where exit interrupt level?

Brs/johnsonest
_________________________________________________________________
享用世界上最大的电子邮件系统— MSN Hotmail。http://www.hotmail.com/cn


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]