aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-ia64/tlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-ia64/tlb.h')
-rw-r--r--xen/include/asm-ia64/tlb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xen/include/asm-ia64/tlb.h b/xen/include/asm-ia64/tlb.h
index 7947bf3dcc..049f7b5f21 100644
--- a/xen/include/asm-ia64/tlb.h
+++ b/xen/include/asm-ia64/tlb.h
@@ -39,11 +39,11 @@ typedef struct {
typedef union {
unsigned long value;
struct {
- uint64_t ve : 1;
- uint64_t rv1 : 1;
- uint64_t ps : 6;
- uint64_t rid : 24;
- uint64_t rv2 : 32;
+ unsigned long ve : 1;
+ unsigned long rv1 : 1;
+ unsigned long ps : 6;
+ unsigned long rid : 24;
+ unsigned long rv2 : 32;
};
} rr_t;
#endif // CONFIG_VTI