diff options
author | 2017-03-23 07:35:15 +0100 | |
---|---|---|
committer | 2017-03-23 07:35:15 +0100 | |
commit | 4ccb6aea4b3eb97c94575d1ed4bf10744169f082 (patch) | |
tree | a2ca8bc8b567608bd4067593b752f78c895d713b /lib/dump_stack.c | |
parent | x86/asm: Optimize clear_page() (diff) | |
parent | mm, swap: Remove WARN_ON_ONCE() in free_swap_slot() (diff) | |
download | linux-dev-4ccb6aea4b3eb97c94575d1ed4bf10744169f082.tar.xz linux-dev-4ccb6aea4b3eb97c94575d1ed4bf10744169f082.zip |
Merge branch 'linus' into x86/asm, to refresh the topic tree with fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib/dump_stack.c')
-rw-r--r-- | lib/dump_stack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dump_stack.c b/lib/dump_stack.c index c30d07e99dba..625375e7f11f 100644 --- a/lib/dump_stack.c +++ b/lib/dump_stack.c @@ -6,6 +6,7 @@ #include <linux/kernel.h> #include <linux/export.h> #include <linux/sched.h> +#include <linux/sched/debug.h> #include <linux/smp.h> #include <linux/atomic.h> |