This is the mail archive of the ecos-discuss@sourceware.org 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]

Spurious interrupt on ARM.


Looking at hal/arm/arch/current/src/vectors.S in IRQ:

We increment the scheduler lock and decrement it again in interrupt_end.

In the case of there being a spurious interrupt, we don't call interrupt_end, and so the scheduler never gets decremented.

Am I missing something here?

Andrew Parlane
Carallon ltd.


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


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