File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6221,7 +6221,7 @@ static noinstr void vmx_l1d_flush(struct kvm_vcpu *vcpu)
6221
6221
int size = PAGE_SIZE << L1D_CACHE_ORDER ;
6222
6222
6223
6223
/*
6224
- * This code is only executed when the the flush mode is 'cond' or
6224
+ * This code is only executed when the flush mode is 'cond' or
6225
6225
* 'always'
6226
6226
*/
6227
6227
if (static_branch_likely (& vmx_l1d_flush_cond )) {
Original file line number Diff line number Diff line change @@ -11855,7 +11855,7 @@ void kvm_arch_destroy_vm(struct kvm *kvm)
11855
11855
if (current -> mm == kvm -> mm ) {
11856
11856
/*
11857
11857
* Free memory regions allocated on behalf of userspace,
11858
- * unless the the memory map has changed due to process exit
11858
+ * unless the memory map has changed due to process exit
11859
11859
* or fd copying.
11860
11860
*/
11861
11861
mutex_lock (& kvm -> slots_lock );
Original file line number Diff line number Diff line change 8
8
* The below thunking functions are only used after ExitBootServices()
9
9
* has been called. This simplifies things considerably as compared with
10
10
* the early EFI thunking because we can leave all the kernel state
11
- * intact (GDT, IDT, etc) and simply invoke the the 32-bit EFI runtime
11
+ * intact (GDT, IDT, etc) and simply invoke the 32-bit EFI runtime
12
12
* services from __KERNEL32_CS. This means we can continue to service
13
13
* interrupts across an EFI mixed mode call.
14
14
*
You can’t perform that action at this time.
0 commit comments