aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hwpoison-inject.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/hwpoison-inject.c')
-rw-r--r--mm/hwpoison-inject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hwpoison-inject.c b/mm/hwpoison-inject.c
index c597f46ac18a..a77fe3f9e211 100644
--- a/mm/hwpoison-inject.c
+++ b/mm/hwpoison-inject.c
@@ -29,7 +29,7 @@ static int hwpoison_inject(void *data, u64 val)
29 return 0; 29 return 0;
30 30
31 if (!PageLRU(p)) 31 if (!PageLRU(p))
32 shake_page(p); 32 shake_page(p, 0);
33 /* 33 /*
34 * This implies unable to support non-LRU pages. 34 * This implies unable to support non-LRU pages.
35 */ 35 */