From b46746c7383e2b400742e9bca37b54c55cf05587 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 22 Mar 2021 14:39:02 +0100 Subject: ARM: aarch64: omit unused label in assembly The 1: is a left-over from before 5f04e5e03e94 ("ARM: aarch64: Fix get_runtime_offset after relocation"). It's unused now, so drop it. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/lib64/runtime-offset.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/lib64') diff --git a/arch/arm/lib64/runtime-offset.S b/arch/arm/lib64/runtime-offset.S index 5e5ab9a8d1..e2ff5d2103 100644 --- a/arch/arm/lib64/runtime-offset.S +++ b/arch/arm/lib64/runtime-offset.S @@ -8,7 +8,7 @@ * we are currently running at. */ ENTRY(get_runtime_offset) -1: adr x0, _text + adr x0, _text ldr x1, linkadr subs x0, x0, x1 ret -- cgit v1.2.3