diff options
author | Tony Luck <aegl@agluck-desktop.(none)> | 2009-04-01 01:25:08 +0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-04-01 01:25:08 +0400 |
commit | c66b31f3926165bc1d4128adc97a064dcbab421a (patch) | |
tree | 13be75d33bd2b9d4ec45ec512ac38a2e7069062e /arch/ia64/include/asm/xen/interface.h | |
parent | 50fbe56c127efde659c686495eb1f925fd84ff0a (diff) | |
parent | 7120569c76028a6883697b7643564f0c419cfe07 (diff) | |
download | linux-c66b31f3926165bc1d4128adc97a064dcbab421a.tar.xz |
Pull pvops into release branch
Diffstat (limited to 'arch/ia64/include/asm/xen/interface.h')
-rw-r--r-- | arch/ia64/include/asm/xen/interface.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/xen/interface.h b/arch/ia64/include/asm/xen/interface.h index f00fab40854d..e951e740bdf2 100644 --- a/arch/ia64/include/asm/xen/interface.h +++ b/arch/ia64/include/asm/xen/interface.h @@ -209,6 +209,15 @@ struct mapped_regs { unsigned long krs[8]; /* kernel registers */ unsigned long tmp[16]; /* temp registers (e.g. for hyperprivops) */ + + /* itc paravirtualization + * vAR.ITC = mAR.ITC + itc_offset + * itc_last is one which was lastly passed to + * the guest OS in order to prevent it from + * going backwords. + */ + unsigned long itc_offset; + unsigned long itc_last; }; }; }; |