Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | 1) Who calls the ll entries??? If only the OS code can do this, |
2 | the lowlevel doesn't need to protect the mutex regions (this is |
||
3 | done by the OS). If we want that everyone can call the lowlevel, |
||
4 | the lowlevel functions must protect the mutex regions by cli/sti |
||
5 | (warning... save_flags can be needed...) |