diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 6d3550ca0282..0bd4d82ddfff 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -726,7 +726,7 @@ static void __drain_pages(unsigned int cpu) | |||
726 | } | 726 | } |
727 | } | 727 | } |
728 | 728 | ||
729 | #ifdef CONFIG_PM | 729 | #ifdef CONFIG_HIBERNATION |
730 | 730 | ||
731 | void mark_free_pages(struct zone *zone) | 731 | void mark_free_pages(struct zone *zone) |
732 | { | 732 | { |
@@ -772,7 +772,7 @@ void drain_local_pages(void) | |||
772 | __drain_pages(smp_processor_id()); | 772 | __drain_pages(smp_processor_id()); |
773 | local_irq_restore(flags); | 773 | local_irq_restore(flags); |
774 | } | 774 | } |
775 | #endif /* CONFIG_PM */ | 775 | #endif /* CONFIG_HIBERNATION */ |
776 | 776 | ||
777 | /* | 777 | /* |
778 | * Free a 0-order page | 778 | * Free a 0-order page |