arm64: remove gratuitious/stray .ltorg stanzas
authorRemi Denis-Courmont <remi.denis.courmont@huawei.com>
Wed, 4 Mar 2020 09:35:46 +0000 (11:35 +0200)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 4 Mar 2020 15:47:47 +0000 (15:47 +0000)
There are no applicable literals above them.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Remi Denis-Courmont <remi.denis.courmont@huawei.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/head.S
arch/arm64/kernel/hibernate-asm.S

index 989b1944cb719bb5afcd1f4fe1547ba4e2511d4e..f79023c9b3745e4b2586ab4ef1cb1e87afaea6f4 100644 (file)
@@ -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.
index 38bcd4d4e43bb1314f103f5ac477e1143c019240..6532105b3e32683de63f6c9f97d4d0d1e7b461ce 100644 (file)
@@ -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)
 
 /*