Patch "ARM: mvebu: drop unnecessary label" has been added to the 4.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: mvebu: drop unnecessary label

to the 4.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-mvebu-drop-unnecessary-label.patch
and it can be found in the queue-4.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit bcb9290f858cb0b76e575035a223bbc0bf90ac03
Author: Stefan Agner <stefan@xxxxxxxx>
Date:   Thu Apr 11 09:54:02 2019 +0200

    ARM: mvebu: drop unnecessary label
    
    commit 3ab2b5fdd1d8fa92dae631b913553e8798be23a7 upstream.
    
    The label mvebu_boot_wa_start is not necessary and causes a build
    issue when building with LLVM's integrated assembler:
        AS      arch/arm/mach-mvebu/pmsu_ll.o
      arch/arm/mach-mvebu/pmsu_ll.S:59:1: error: invalid symbol redefinition
      mvebu_boot_wa_start:
      ^
    
    Drop the label.
    
    Signed-off-by: Stefan Agner <stefan@xxxxxxxx>
    Acked-by: Nicolas Pitre <nico@xxxxxxxxxxx>
    Signed-off-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxx>
    Signed-off-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/mach-mvebu/pmsu_ll.S b/arch/arm/mach-mvebu/pmsu_ll.S
index 88651221dbdd..c1fb713e9306 100644
--- a/arch/arm/mach-mvebu/pmsu_ll.S
+++ b/arch/arm/mach-mvebu/pmsu_ll.S
@@ -56,7 +56,6 @@ ENDPROC(armada_38x_cpu_resume)
 
 /* The following code will be executed from SRAM */
 ENTRY(mvebu_boot_wa_start)
-mvebu_boot_wa_start:
 ARM_BE8(setend	be)
 	adr	r0, 1f
 	ldr	r0, [r0]		@ load the address of the



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux