Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: Fix .size directive for xscale_dma_a0_map_area

gas used to accept (and ignore?) .size directives which referred to
undefined symbols, as this does. In binutils 2.21 these are treated
as fatal errors.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>

authored by

Ben Hutchings and committed by
Eric Miao
83a5d2d1 e454d163

+1 -1
+1 -1
arch/arm/mm/proc-xscale.S
··· 395 395 teq r2, #DMA_TO_DEVICE 396 396 beq xscale_dma_clean_range 397 397 b xscale_dma_flush_range 398 - ENDPROC(xscsale_dma_a0_map_area) 398 + ENDPROC(xscale_dma_a0_map_area) 399 399 400 400 /* 401 401 * dma_unmap_area(start, size, dir)