diff options
Diffstat (limited to 'kernel/power/snapshot.c')
-rw-r--r-- | kernel/power/snapshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index ab1998adb0a9..4fc5c32422b3 100644 --- a/kernel/power/snapshot.c +++ b/kernel/power/snapshot.c | |||
@@ -769,6 +769,7 @@ static bool rtree_next_node(struct memory_bitmap *bm) | |||
769 | if (&bm->cur.node->list != &bm->cur.zone->leaves) { | 769 | if (&bm->cur.node->list != &bm->cur.zone->leaves) { |
770 | bm->cur.node_pfn += BM_BITS_PER_BLOCK; | 770 | bm->cur.node_pfn += BM_BITS_PER_BLOCK; |
771 | bm->cur.node_bit = 0; | 771 | bm->cur.node_bit = 0; |
772 | touch_softlockup_watchdog(); | ||
772 | return true; | 773 | return true; |
773 | } | 774 | } |
774 | 775 | ||