On 02.04.2025 11:02, Michal Orzel wrote: > When purging old-style annotations, MPU code was left unmodified. Fix > it. > > Fixes: 221c66f4f2a4 ("Arm: purge ENTRY(), ENDPROC(), and ALIGN") > Signed-off-by: Michal Orzel <michal.or...@amd.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com> I'm sorry for the oversight. I had meant to do a last-minute grep before committing that patch, but then forgot. A tiny bit to my excuse: The introduction of MPU post-dates the common-ized assembly annotations by quite a bit. It should have used new-style annotations from the very beginning imo. Jan