[PATCH v4 06/29] arm64: context switch POR_EL0 register

Catalin Marinas catalin.marinas at arm.com
Sat Jun 22 03:07:34 AEST 2024


On Fri, May 03, 2024 at 02:01:24PM +0100, Joey Gouly wrote:
> +static void flush_poe(void)
> +{
> +	if (!system_supports_poe())
> +		return;
> +
> +	write_sysreg_s(POR_EL0_INIT, SYS_POR_EL0);
> +	/* ISB required for kernel uaccess routines when chaning POR_EL0 */

Nit: s/chaning/changing/

-- 
Catalin


More information about the Linuxppc-dev mailing list