]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: convert pageattr.c from round_up to roundup
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 25 Jul 2008 14:48:56 +0000 (16:48 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Jul 2008 13:39:20 +0000 (15:39 +0200)
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c

index 65c6e46bf059ae10bfa86b83c087c29ecb2f0070..0d254adcc82d362c08527265aa6637f46e89a8bb 100644 (file)
@@ -78,7 +78,7 @@ static inline unsigned long highmap_start_pfn(void)
 
 static inline unsigned long highmap_end_pfn(void)
 {
-       return __pa(round_up((unsigned long)_end, PMD_SIZE)) >> PAGE_SHIFT;
+       return __pa(roundup((unsigned long)_end, PMD_SIZE)) >> PAGE_SHIFT;
 }
 
 #endif