diff options
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index 46f6ea47d9ab..cff97960f1d7 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
@@ -698,7 +698,7 @@ static void free_section_usemap(struct page *memmap, unsigned long *usemap) | |||
698 | /* | 698 | /* |
699 | * Check to see if allocation came from hot-plug-add | 699 | * Check to see if allocation came from hot-plug-add |
700 | */ | 700 | */ |
701 | if (PageSlab(usemap_page)) { | 701 | if (PageSlab(usemap_page) || PageCompound(usemap_page)) { |
702 | kfree(usemap); | 702 | kfree(usemap); |
703 | if (memmap) | 703 | if (memmap) |
704 | __kfree_section_memmap(memmap, PAGES_PER_SECTION); | 704 | __kfree_section_memmap(memmap, PAGES_PER_SECTION); |