Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54095
b: refs/heads/master
c: 5008fdf
h: refs/heads/master
i:
  54093: ee1acfa
  54091: 25198c8
  54087: 302efa4
  54079: fac8031
v: v3
  • Loading branch information
Avi Kivity committed May 3, 2007
1 parent 8c9c62b commit d3a809f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80b7706e4cbaa51d65bd6fea83bd0e59856f50e9
refs/heads/master: 5008fdf5b6a31240da060c0867d8f16f08ce2384
6 changes: 3 additions & 3 deletions trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ struct kvm_ldttss_desc {
struct svm_cpu_data {
int cpu;

uint64_t asid_generation;
uint32_t max_asid;
uint32_t next_asid;
u64 asid_generation;
u32 max_asid;
u32 next_asid;
struct kvm_ldttss_desc *tss_desc;

struct page *save_area;
Expand Down

0 comments on commit d3a809f

Please sign in to comment.