aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/srp.c
Commit message (Collapse)AuthorAge
* Fix remaining compilation problemsNathan O2019-12-10
| | | | | | | | | | | - This change addresses additional changes that are needed to LITMUS code so that the kernel is able to compile. - The kernel is now able to compile. - I will probably squash this commit with the previous commit sometime later, so that all of the LITMUS-updating changes are in one commit and easy to see, *if* this kernel works.
* Re-add LITMUS files, but don't "connect the wires"Nathan O2019-11-15
- Added the LITMUS^RT source files from the most recent version of LITMUS (based on the old kernel). - This change does *not* actually make use of any of the new files, because I wanted to make sure that any changes for getting LITMUS to actually work are clearly visible in future commits. If I made any such changes before committing the files themselves, then it wouldn't be as easy to see what needed to change in the LITMUS source files, and the large number of changes would make it more difficult to see what needed to change in the base Linux sources, too.