···6767 * aligned and should be uncached to avoid cache flushing after every6868 * update.6969 */7070- vdma_pagetable_start = alloc_bootmem_low_pages(VDMA_PGTBL_SIZE);7070+ vdma_pagetable_start =7171+ (unsigned long) alloc_bootmem_low_pages(VDMA_PGTBL_SIZE);7172 if (!vdma_pagetable_start)7273 BUG();7374 dma_cache_wback_inv(vdma_pagetable_start, VDMA_PGTBL_SIZE);