diff options
| -rw-r--r-- | arch/mips/kvm/mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c index 06a60b19acfb..29ec9ab3fd55 100644 --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c | |||
| @@ -360,8 +360,8 @@ struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id) | |||
| 360 | dump_handler("kvm_exit", gebase + 0x2000, vcpu->arch.vcpu_run); | 360 | dump_handler("kvm_exit", gebase + 0x2000, vcpu->arch.vcpu_run); |
| 361 | 361 | ||
| 362 | /* Invalidate the icache for these ranges */ | 362 | /* Invalidate the icache for these ranges */ |
| 363 | local_flush_icache_range((unsigned long)gebase, | 363 | flush_icache_range((unsigned long)gebase, |
| 364 | (unsigned long)gebase + ALIGN(size, PAGE_SIZE)); | 364 | (unsigned long)gebase + ALIGN(size, PAGE_SIZE)); |
| 365 | 365 | ||
| 366 | /* | 366 | /* |
| 367 | * Allocate comm page for guest kernel, a TLB will be reserved for | 367 | * Allocate comm page for guest kernel, a TLB will be reserved for |
