diff options
Diffstat (limited to 'include/linux/mm.h')
| -rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 511b09867096..5528ff32512e 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -580,12 +580,10 @@ static inline void set_page_links(struct page *page, enum zone_type zone, | |||
| 580 | */ | 580 | */ |
| 581 | static inline unsigned long round_hint_to_min(unsigned long hint) | 581 | static inline unsigned long round_hint_to_min(unsigned long hint) |
| 582 | { | 582 | { |
| 583 | #ifdef CONFIG_SECURITY | ||
| 584 | hint &= PAGE_MASK; | 583 | hint &= PAGE_MASK; |
| 585 | if (((void *)hint != NULL) && | 584 | if (((void *)hint != NULL) && |
| 586 | (hint < mmap_min_addr)) | 585 | (hint < mmap_min_addr)) |
| 587 | return PAGE_ALIGN(mmap_min_addr); | 586 | return PAGE_ALIGN(mmap_min_addr); |
| 588 | #endif | ||
| 589 | return hint; | 587 | return hint; |
| 590 | } | 588 | } |
| 591 | 589 | ||
