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]

cyg_interrupt_level() missing?


Hello

cyg_drv_interrupt_level is only defined for non-kernel configs,
for kernel it is mapped to cyg_interrupt_level which is not implemented in
kapi.cxx.
This API is not used thorughout the ecos sources so it's easy to see how
this was not noticed.
Is a patch to implement this is the kernel appropriate, or should this go
away from the drv API?

BTW it changes the priority of the interrupt originally set by
cyg_interrupt_create, so it's a little bit misnamed.


Jani

-- 
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]