projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81dd35d
)
KVM: Fix build error on s390 due to missing tlbs_dirty
author
Avi Kivity
<avi@redhat.com>
Wed, 8 Dec 2010 16:04:51 +0000
(18:04 +0200)
committer
Avi Kivity
<avi@redhat.com>
Wed, 12 Jan 2011 09:30:50 +0000
(11:30 +0200)
Make it available for all archs.
Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h
patch
|
blob
|
history
diff --git
a/include/linux/kvm_host.h
b/include/linux/kvm_host.h
index bd0da8f12500de93f29e53b5724f97d0ad715131..b5021db218587027648d0cfb0f10356899f7f94c 100644
(file)
--- a/
include/linux/kvm_host.h
+++ b/
include/linux/kvm_host.h
@@
-256,8
+256,8
@@
struct kvm {
struct mmu_notifier mmu_notifier;
unsigned long mmu_notifier_seq;
long mmu_notifier_count;
- long tlbs_dirty;
#endif
+ long tlbs_dirty;
};
/* The guest did something we don't support. */