diff options
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2867,7 +2867,7 @@ static int alloc_loc_track(struct loc_track *t, unsigned long max) | |||
2867 | 2867 | ||
2868 | order = get_order(sizeof(struct location) * max); | 2868 | order = get_order(sizeof(struct location) * max); |
2869 | 2869 | ||
2870 | l = (void *)__get_free_pages(GFP_KERNEL, order); | 2870 | l = (void *)__get_free_pages(GFP_ATOMIC, order); |
2871 | 2871 | ||
2872 | if (!l) | 2872 | if (!l) |
2873 | return 0; | 2873 | return 0; |