From: Remi Denis-Courmont Date: Wed, 4 Mar 2020 09:35:46 +0000 (+0200) Subject: arm64: remove gratuitious/stray .ltorg stanzas X-Git-Tag: v5.7-rc1~166^2~4^6~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=857a141d7fb74237a7a47be40f18e477027f1457;p=thirdparty%2Fkernel%2Flinux.git arm64: remove gratuitious/stray .ltorg stanzas There are no applicable literals above them. Acked-by: Mark Rutland Signed-off-by: Remi Denis-Courmont Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index 989b1944cb719..f79023c9b3745 100644 --- a/arch/arm64/kernel/head.S +++ b/arch/arm64/kernel/head.S @@ -404,7 +404,6 @@ __create_page_tables: ret x28 ENDPROC(__create_page_tables) - .ltorg /* * The following fragment of code is executed with the MMU enabled. diff --git a/arch/arm64/kernel/hibernate-asm.S b/arch/arm64/kernel/hibernate-asm.S index 38bcd4d4e43bb..6532105b3e326 100644 --- a/arch/arm64/kernel/hibernate-asm.S +++ b/arch/arm64/kernel/hibernate-asm.S @@ -110,8 +110,6 @@ ENTRY(swsusp_arch_suspend_exit) cbz x24, 3f /* Do we need to re-initialise EL2? */ hvc #0 3: ret - - .ltorg ENDPROC(swsusp_arch_suspend_exit) /*