Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248088
b: refs/heads/master
c: b74323d
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Avi Kivity committed May 22, 2011
1 parent b16816d commit d472cec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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: 4429d5dc1197aaf8188e4febcde54d26a51baf6c
refs/heads/master: b74323dc2b7b5690d18bc7934b98e4665e778a7b
26 changes: 13 additions & 13 deletions trunk/arch/ia64/kvm/vti.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,26 +83,26 @@
union vac {
unsigned long value;
struct {
int a_int:1;
int a_from_int_cr:1;
int a_to_int_cr:1;
int a_from_psr:1;
int a_from_cpuid:1;
int a_cover:1;
int a_bsw:1;
unsigned int a_int:1;
unsigned int a_from_int_cr:1;
unsigned int a_to_int_cr:1;
unsigned int a_from_psr:1;
unsigned int a_from_cpuid:1;
unsigned int a_cover:1;
unsigned int a_bsw:1;
long reserved:57;
};
};

union vdc {
unsigned long value;
struct {
int d_vmsw:1;
int d_extint:1;
int d_ibr_dbr:1;
int d_pmc:1;
int d_to_pmd:1;
int d_itm:1;
unsigned int d_vmsw:1;
unsigned int d_extint:1;
unsigned int d_ibr_dbr:1;
unsigned int d_pmc:1;
unsigned int d_to_pmd:1;
unsigned int d_itm:1;
long reserved:58;
};
};
Expand Down

0 comments on commit d472cec

Please sign in to comment.