We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c88145 commit 32eb12aCopy full SHA for 32eb12a
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);
361
362
/* Invalidate the icache for these ranges */
363
- local_flush_icache_range((unsigned long)gebase,
364
- (unsigned long)gebase + ALIGN(size, PAGE_SIZE));
+ flush_icache_range((unsigned long)gebase,
+ (unsigned long)gebase + ALIGN(size, PAGE_SIZE));
365
366
/*
367
* Allocate comm page for guest kernel, a TLB will be reserved for
0 commit comments