> +#ifdef CONFIG_ARM64_UAO > + .macro uao_ldp l, reg1, reg2, addr, post_inc > + alternative_if_not ARM64_HAS_UAO > +8888: ldp \reg1, \reg2, [\addr], \post_inc; > +8889: nop; No actually new in this patch, but that is the reason for these horrible label names?