projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b7706
)
KVM: Use kernel-standard types
author
Avi Kivity
<avi@qumranet.com>
Mon, 2 Apr 2007 10:05:50 +0000
(13:05 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Thu, 3 May 2007 07:52:28 +0000
(10:52 +0300)
Noted by Joerg Roedel.
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/svm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/kvm/svm.c
b/drivers/kvm/svm.c
index b7e1410e4007ffe9914cfb828f1104534d3b42dd..c9b700d878016217d917bdd1919d7e70bedb5e25 100644
(file)
--- a/
drivers/kvm/svm.c
+++ b/
drivers/kvm/svm.c
@@
-63,9
+63,9
@@
struct kvm_ldttss_desc {
struct svm_cpu_data {
int cpu;
- u
int64_t
asid_generation;
- u
int32_t
max_asid;
- u
int32_t
next_asid;
+ u
64
asid_generation;
+ u
32
max_asid;
+ u
32
next_asid;
struct kvm_ldttss_desc *tss_desc;
struct page *save_area;