Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove asm/atomic.h | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | | | | | | | | For historic resons, we carry old atomic operations support in liblitmus. This is no longer useful: 1) There is actually no client for these calls in liblitmus. 2) There is now a standard gcc API for this purpose. http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html Thus, we can reduce our maintenance burden. | ||
* | add ARM architecture-dependent files | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | | The atomic.h file is currently only a dummy, but it is sufficient to get basic real-time tasks to run. | ||
* | refactor: remove all architecture-dependent code from include/ | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | Move the architecture-dependent code to the arch/ subtree. | ||
* | refactor: use architecture-specific includes for cycles.h | Bjoern B. Brandenburg | 2010-11-09 |