diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/lockdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 0fd7a64bd..38095d441 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c @@ -44,6 +44,7 @@ #include <linux/bitops.h> #include <linux/gfp.h> #include <linux/kmemcheck.h> +#include <linux/nmi.h> #include <linux/aee.h> #include <asm/sections.h> @@ -4216,6 +4217,7 @@ retry: if (!unlock) if (read_trylock(&tasklist_lock)) unlock = 1; + touch_nmi_watchdog(); } while_each_thread(g, p); printk("\n"); |
