Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KVM: ARM: Fix typo in comments of inject_abt()

Very minor typo in comments of inject_abt() when we update fault status
register for injecting prefetch abort.

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>

authored by

Anup Patel and committed by
Christoffer Dall
b373e492 272b98c6

+1 -1
+1 -1
arch/arm/kvm/emulate.c
··· 354 354 *vcpu_pc(vcpu) = exc_vector_base(vcpu) + vect_offset; 355 355 356 356 if (is_pabt) { 357 - /* Set DFAR and DFSR */ 357 + /* Set IFAR and IFSR */ 358 358 vcpu->arch.cp15[c6_IFAR] = addr; 359 359 is_lpae = (vcpu->arch.cp15[c2_TTBCR] >> 31); 360 360 /* Always give debug fault for now - should give guest a clue */