From: Joerg Roedel Date: Fri, 25 Jul 2008 14:48:58 +0000 (+0200) Subject: x86: convert numa_64.c from round_up to roundup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=be3e89ee6df8607356f705901dd90bcf3836c86e;p=linux-beck.git x86: convert numa_64.c from round_up to roundup Signed-off-by: Joerg Roedel Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index a4dd793d6003..cebcbf152d46 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c @@ -79,7 +79,7 @@ static int __init allocate_cachealigned_memnodemap(void) return 0; addr = 0x8000; - nodemap_size = round_up(sizeof(s16) * memnodemapsize, L1_CACHE_BYTES); + nodemap_size = roundup(sizeof(s16) * memnodemapsize, L1_CACHE_BYTES); nodemap_addr = find_e820_area(addr, max_pfn<