diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 1aeadce4d56e..f64afa5929fe 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -776,7 +776,7 @@ extern int movable_zone; | |||
776 | 776 | ||
777 | static inline int zone_movable_is_highmem(void) | 777 | static inline int zone_movable_is_highmem(void) |
778 | { | 778 | { |
779 | #if defined(CONFIG_HIGHMEM) && defined(CONFIG_HAVE_MEMBLOCK_NODE) | 779 | #if defined(CONFIG_HIGHMEM) && defined(CONFIG_HAVE_MEMBLOCK_NODE_MAP) |
780 | return movable_zone == ZONE_HIGHMEM; | 780 | return movable_zone == ZONE_HIGHMEM; |
781 | #else | 781 | #else |
782 | return 0; | 782 | return 0; |