diff options
Diffstat (limited to 'arch/x86/kernel/pci-dma.c')
-rw-r--r-- | arch/x86/kernel/pci-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c index 4e612d20170a..0a3824e837b4 100644 --- a/arch/x86/kernel/pci-dma.c +++ b/arch/x86/kernel/pci-dma.c | |||
@@ -83,7 +83,7 @@ void __init dma32_reserve_bootmem(void) | |||
83 | * using 512M as goal | 83 | * using 512M as goal |
84 | */ | 84 | */ |
85 | align = 64ULL<<20; | 85 | align = 64ULL<<20; |
86 | size = round_up(dma32_bootmem_size, align); | 86 | size = roundup(dma32_bootmem_size, align); |
87 | dma32_bootmem_ptr = __alloc_bootmem_nopanic(size, align, | 87 | dma32_bootmem_ptr = __alloc_bootmem_nopanic(size, align, |
88 | 512ULL<<20); | 88 | 512ULL<<20); |
89 | if (dma32_bootmem_ptr) | 89 | if (dma32_bootmem_ptr) |