hack: cache: Fix linker error
authorpopcornmix <popcornmix@gmail.com>
Tue, 20 Feb 2018 20:53:46 +0000 (20:53 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:01 +0000 (00:08 +0100)
arch/arm/mm/cache-v7.S

index 7a4c92e..9370d76 100644 (file)
@@ -350,6 +350,7 @@ ENDPROC(v7_flush_kern_dcache_area)
  *     - start   - virtual start address of region
  *     - end     - virtual end address of region
  */
+ENTRY(b15_dma_inv_range)
 ENTRY(v7_dma_inv_range)
        dcache_line_size r2, r3
        sub     r3, r2, #1
@@ -380,6 +381,7 @@ ENDPROC(v7_dma_inv_range)
  *     - start   - virtual start address of region
  *     - end     - virtual end address of region
  */
+ENTRY(b15_dma_clean_range)
 ENTRY(v7_dma_clean_range)
        dcache_line_size r2, r3
        sub     r3, r2, #1