[PATCH v2 3/5] KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
David Brazdil
dbrazdil at google.com
Thu Nov 19 06:14:54 EST 2020
Hey Marc,
Just noticed in kvmarm/queue that the whitespacing in this patch is off.
> +.macro kimg_pa reg, tmp
> +alternative_cb kvm_get_kimage_voffset
> + movz \tmp, #0
> + movk \tmp, #0, lsl #16
> + movk \tmp, #0, lsl #32
> + movk \tmp, #0, lsl #48
> +alternative_cb_end
> +
> + /* reg = __pa(reg) */
> + sub \reg, \reg, \tmp
> +.endm
This uses spaces instead of tabs.
> +
> #else
This added empty line actually has a tab in it.
-David
More information about the linux-arm-kernel
mailing list