This website requires JavaScript.
Explore
Help
Sign In
ukui
/
kernel
Watch
0
Star
0
Fork
0
You've already forked kernel
mirror of
https://github.com/ukui/kernel.git
synced
2026-03-09 10:07:04 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
020eb3daaba2857b32c4cf4c82f503d6a00a67de
kernel
/
tools
/
testing
/
radix-tree
/
linux
/
bug.h
2 lines
21 B
C
Raw
Normal View
History
Unescape
Escape
tools: add WARN_ON_ONCE Patch series "Radix tree patches for 4.10", v3. Mostly these are improvements; the only bug fixes in here relate to multiorder entries (which are unused in the 4.9 tree). This patch (of 32): The radix tree uses its own buggy WARN_ON_ONCE. Replace it with the definition from asm-generic/bug.h Link: http://lkml.kernel.org/r/1480369871-5271-37-git-send-email-mawilcox@linuxonhyperv.com Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Tested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Konstantin Khlebnikov <koct9i@gmail.com> Cc: Ross Zwisler <ross.zwisler@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-14 15:07:56 -08:00
#
include
"asm/bug.h"
Reference in New Issue
Copy Permalink