[PATCHv4 08/17] arm64: uaccess: move uao_* alternatives to asm-uaccess.h

Christoph Hellwig hch at lst.de
Sat Nov 14 04:22:15 EST 2020


> +#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?



More information about the linux-arm-kernel mailing list