diff options
| author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | 2014-04-17 05:06:12 -0400 |
|---|---|---|
| committer | Marcelo Tosatti <mtosatti@redhat.com> | 2014-04-23 16:49:48 -0400 |
| commit | a086f6a1ebc9d8d2d028b99e779ce0dbd9691dea (patch) | |
| tree | de33d7b00d27226d7b775dd038875f12d55c6e0a /include/linux | |
| parent | 42bf549f3c672006ba18e97152cbc563315ba4e6 (diff) | |
Revert "KVM: Simplify kvm->tlbs_dirty handling"
This reverts commit 5befdc385ddb2d5ae8995ad89004529a3acf58fc.
Since we will allow flush tlb out of mmu-lock in the later
patch
Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kvm_host.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 32d263f683dc..820fc2e1d9df 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -411,9 +411,7 @@ struct kvm { | |||
| 411 | unsigned long mmu_notifier_seq; | 411 | unsigned long mmu_notifier_seq; |
| 412 | long mmu_notifier_count; | 412 | long mmu_notifier_count; |
| 413 | #endif | 413 | #endif |
| 414 | /* Protected by mmu_lock */ | 414 | long tlbs_dirty; |
| 415 | bool tlbs_dirty; | ||
| 416 | |||
| 417 | struct list_head devices; | 415 | struct list_head devices; |
| 418 | }; | 416 | }; |
| 419 | 417 | ||
