AArch64: Align ENTRY to a cacheline

Given almost all uses of ENTRY are for string/memory functions,
align ENTRY to a cacheline to simplify things.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 34f0d01d5e43c7dedd002ab47f6266dfb5b79c22)
This commit is contained in:
Wilco Dijkstra 2020-07-15 16:50:02 +01:00
parent 83aaa17144
commit 2fb2098c24
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#define ENTRY(name) \
.globl C_SYMBOL_NAME(name); \
.type C_SYMBOL_NAME(name),%function; \
.align 4; \
.p2align 6; \
C_LABEL(name) \
cfi_startproc; \
CALL_MCOUNT