[ECOS] cyg_interrupt_level() missing?
Jani Monoses
jani@iv.ro
Tue Jun 29 16:19:00 GMT 2004
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
More information about the Ecos-discuss
mailing list