mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-22 09:11:17 +07:00
arm64: remove gratuitious/stray .ltorg stanzas
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>
This commit is contained in:
parent
90765f745b
commit
857a141d7f
@ -404,7 +404,6 @@ __create_page_tables:
|
|||||||
|
|
||||||
ret x28
|
ret x28
|
||||||
ENDPROC(__create_page_tables)
|
ENDPROC(__create_page_tables)
|
||||||
.ltorg
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The following fragment of code is executed with the MMU enabled.
|
* The following fragment of code is executed with the MMU enabled.
|
||||||
|
@ -110,8 +110,6 @@ ENTRY(swsusp_arch_suspend_exit)
|
|||||||
cbz x24, 3f /* Do we need to re-initialise EL2? */
|
cbz x24, 3f /* Do we need to re-initialise EL2? */
|
||||||
hvc #0
|
hvc #0
|
||||||
3: ret
|
3: ret
|
||||||
|
|
||||||
.ltorg
|
|
||||||
ENDPROC(swsusp_arch_suspend_exit)
|
ENDPROC(swsusp_arch_suspend_exit)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user