Changeset 1a5fe4f in mainline for kernel/test/test.c
- Timestamp:
- 2018-11-09T18:09:55Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1892d2c
- Parents:
- 3875f106 (diff), ef4218f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2018-11-09 18:09:55)
- git-committer:
- GitHub <noreply@…> (2018-11-09 18:09:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/test.c
r3875f106 r1a5fe4f 42 42 #include <atomic/atomic1.def> 43 43 #include <btree/btree1.def> 44 #include <cht/cht1.def>45 44 #include <debug/mips1.def> 46 45 #include <fault/fault1.def> … … 52 51 #include <synch/semaphore1.def> 53 52 #include <synch/semaphore2.def> 54 #include <synch/rcu1.def>55 #include <synch/workqueue2.def>56 #include <synch/workqueue3.def>57 53 #include <print/print1.def> 58 54 #include <print/print2.def> … … 61 57 #include <print/print5.def> 62 58 #include <thread/thread1.def> 63 #include <smpcall/smpcall1.def>64 59 { 65 60 .name = NULL,
Note:
See TracChangeset
for help on using the changeset viewer.