1
0
Fork 0
alistair23-linux/tools/include/asm
Matthew Wilcox b246a9d267 tools: Provide a definition of WARN_ON
The definition of WARN_ON being used by the radix tree test suite was
deficient in two ways: it did not provide a return value, and it stopped
execution instead of continuing.  This version of WARN_ON tells you
which file & line the assertion was triggered in.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
2017-01-27 21:29:39 -05:00
..
alternative-asm.h perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks 2016-07-12 15:20:32 -03:00
atomic.h tools include: Add basic atomic.h implementation from the kernel sources 2015-05-08 16:11:05 -03:00
barrier.h perf tools: Move generic barriers out of perf-sys.h 2015-05-08 16:05:08 -03:00
bug.h tools: Provide a definition of WARN_ON 2017-01-27 21:29:39 -05:00