Skip to content

Commit

Permalink
arm64 locore: Reduce diffs with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Mar 1, 2024
1 parent d6057db commit 9937293
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sys/arm64/arm64/locore.S
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
.arch_extension a64c
#endif
ENTRY(_start)

/*
* Drop to EL1
* Note: this is done while still in A64 mode.
Expand Down Expand Up @@ -331,7 +330,6 @@ virtdone:

/* trace back starts here */
mov fp, #0

/* Branch to C code */
clear_capregs
bl initarm
Expand Down Expand Up @@ -1145,7 +1143,6 @@ ENTRY(abort)
END(abort)

.bss

.align PAGE_SHIFT
.type initstack,#object
initstack:
Expand Down Expand Up @@ -1223,7 +1220,6 @@ SIGCODE(freebsd64_sigcode)
.align 3
END(freebsd64_sigcode)
freebsd64_esigcode:

.data
.align 3
.global freebsd64_szsigcode
Expand All @@ -1246,7 +1242,6 @@ SIGCODE(aarch32_sigcode)
.align 3
END(aarch32_sigcode)
aarch32_esigcode:

.data
.global sz_aarch32_sigcode
.type sz_aarch32_sigcode,#object
Expand Down

0 comments on commit 9937293

Please sign in to comment.