This is the mail archive of the ecos-patches@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]

kernel dsr handling new option


Hi
 
here is a patch for the kernel adding a new option for the dsr handling
now two dsr handling are possible:
- the old/original one, in reversed order the isr occured
- the new option is, the dsr are handled in order the isr occured
 
it's not the best implementation but a simple one
First I tried it with the chainlist and two pointers(in/out) but it didn't work
perhaps a error in reasoning by me
So I implemented it as simple as possible
I need this option for the FlexCan drivers because running one of the tests failed because I recieved
the messages not in the order they were send.
 
jochen

Attachment: kernel.patch.txt
Description: Text document


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