Skip to content

Commit 4cebf45

Browse files
committed
Merge tag 'kvmarm-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
KVM/arm fixes for 4.19, take #2 - Correctly order GICv3 SGI registers in the cp15 array
2 parents 853c110 + ec876f4 commit 4cebf45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/kvm/coproc.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -478,15 +478,15 @@ static const struct coproc_reg cp15_regs[] = {
478478

479479
/* ICC_SGI1R */
480480
{ CRm64(12), Op1( 0), is64, access_gic_sgi},
481-
/* ICC_ASGI1R */
482-
{ CRm64(12), Op1( 1), is64, access_gic_sgi},
483-
/* ICC_SGI0R */
484-
{ CRm64(12), Op1( 2), is64, access_gic_sgi},
485481

486482
/* VBAR: swapped by interrupt.S. */
487483
{ CRn(12), CRm( 0), Op1( 0), Op2( 0), is32,
488484
NULL, reset_val, c12_VBAR, 0x00000000 },
489485

486+
/* ICC_ASGI1R */
487+
{ CRm64(12), Op1( 1), is64, access_gic_sgi},
488+
/* ICC_SGI0R */
489+
{ CRm64(12), Op1( 2), is64, access_gic_sgi},
490490
/* ICC_SRE */
491491
{ CRn(12), CRm(12), Op1( 0), Op2(5), is32, access_gic_sre },
492492

0 commit comments

Comments
 (0)