From 993729356226cb1320f023e1645faffd59de11b1 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 29 Feb 2024 14:40:11 -0800 Subject: [PATCH] arm64 locore: Reduce diffs with upstream --- sys/arm64/arm64/locore.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S index a39479bda874..b85baee078cc 100644 --- a/sys/arm64/arm64/locore.S +++ b/sys/arm64/arm64/locore.S @@ -191,7 +191,6 @@ .arch_extension a64c #endif ENTRY(_start) - /* * Drop to EL1 * Note: this is done while still in A64 mode. @@ -331,7 +330,6 @@ virtdone: /* trace back starts here */ mov fp, #0 - /* Branch to C code */ clear_capregs bl initarm @@ -1145,7 +1143,6 @@ ENTRY(abort) END(abort) .bss - .align PAGE_SHIFT .type initstack,#object initstack: @@ -1223,7 +1220,6 @@ SIGCODE(freebsd64_sigcode) .align 3 END(freebsd64_sigcode) freebsd64_esigcode: - .data .align 3 .global freebsd64_szsigcode @@ -1246,7 +1242,6 @@ SIGCODE(aarch32_sigcode) .align 3 END(aarch32_sigcode) aarch32_esigcode: - .data .global sz_aarch32_sigcode .type sz_aarch32_sigcode,#object