diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/mm/pageattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index 65c6e46bf059..0d254adcc82d 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c | |||
@@ -78,7 +78,7 @@ static inline unsigned long highmap_start_pfn(void) | |||
78 | 78 | ||
79 | static inline unsigned long highmap_end_pfn(void) | 79 | static inline unsigned long highmap_end_pfn(void) |
80 | { | 80 | { |
81 | return __pa(round_up((unsigned long)_end, PMD_SIZE)) >> PAGE_SHIFT; | 81 | return __pa(roundup((unsigned long)_end, PMD_SIZE)) >> PAGE_SHIFT; |
82 | } | 82 | } |
83 | 83 | ||
84 | #endif | 84 | #endif |