Re: [PATCH] xen/arm: Don't pad between function with x86 nops
"Orzel, Michal" <[email protected]>
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <[email protected]> |
On 31-Aug-26 11:56, Andrew Cooper wrote:
> This was copy&paste from x86. It causes the padding between functions to be:
>
> a000026dd64: 90909090 adrp x16, 9ff2147d000 <start-0xded83000>
>
> rather than:
>
> a000026dd64: 00000000 udf #0
>
> No functional change.
>
> Fixes: 5da0d3123c0a ("arm: entry.S and head.S")
> Signed-off-by: Andrew Cooper <[email protected]>
Reviewed-by: Michal Orzel <[email protected]>
~Michal