Skip to content

Commit 857a141

Browse files
Remi Denis-Courmontctmarinas
authored andcommitted
arm64: remove gratuitious/stray .ltorg stanzas
There are no applicable literals above them. Acked-by: Mark Rutland <[email protected]> Signed-off-by: Remi Denis-Courmont <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent 90765f7 commit 857a141

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

arch/arm64/kernel/head.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ __create_page_tables:
404404

405405
ret x28
406406
ENDPROC(__create_page_tables)
407-
.ltorg
408407

409408
/*
410409
* The following fragment of code is executed with the MMU enabled.

arch/arm64/kernel/hibernate-asm.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ ENTRY(swsusp_arch_suspend_exit)
110110
cbz x24, 3f /* Do we need to re-initialise EL2? */
111111
hvc #0
112112
3: ret
113-
114-
.ltorg
115113
ENDPROC(swsusp_arch_suspend_exit)
116114

117115
/*

0 commit comments

Comments
 (0)