···67 * aligned and should be uncached to avoid cache flushing after every68 * update.69 */70- vdma_pagetable_start = alloc_bootmem_low_pages(VDMA_PGTBL_SIZE);071 if (!vdma_pagetable_start)72 BUG();73 dma_cache_wback_inv(vdma_pagetable_start, VDMA_PGTBL_SIZE);
···67 * aligned and should be uncached to avoid cache flushing after every68 * update.69 */70+ vdma_pagetable_start =71+ (unsigned long) alloc_bootmem_low_pages(VDMA_PGTBL_SIZE);72 if (!vdma_pagetable_start)73 BUG();74 dma_cache_wback_inv(vdma_pagetable_start, VDMA_PGTBL_SIZE);