commit | ab3a1ffd11d90583c71bd606bf0fd5bfef30bce9 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Fri Dec 16 15:11:05 2016 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 16:09:42 2017 -0500 |
tree | d8b274be60b3177b7524e670fb8331286d1ae630 | |
parent | 7a4f11b88981f47d79eb64267e8a2989a18ce831 [diff] |
radix tree test suite: Reduce kernel.h Many of the definitions in the radix-tree kernel.h are redundant with others in tools/include, or are no longer used, such as panic(). Move the definition of __init to init.h and in_interrupt() to preempt.h Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>