summaryrefslogtreecommitdiffstats
path: root/kernel/arch/x86/include/asm/pvclock-abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/x86/include/asm/pvclock-abi.h')
-rw-r--r--kernel/arch/x86/include/asm/pvclock-abi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/arch/x86/include/asm/pvclock-abi.h b/kernel/arch/x86/include/asm/pvclock-abi.h
index 6167fd798..67f082301 100644
--- a/kernel/arch/x86/include/asm/pvclock-abi.h
+++ b/kernel/arch/x86/include/asm/pvclock-abi.h
@@ -41,5 +41,7 @@ struct pvclock_wall_clock {
#define PVCLOCK_TSC_STABLE_BIT (1 << 0)
#define PVCLOCK_GUEST_STOPPED (1 << 1)
+/* PVCLOCK_COUNTS_FROM_ZERO broke ABI and can't be used anymore. */
+#define PVCLOCK_COUNTS_FROM_ZERO (1 << 2)
#endif /* __ASSEMBLY__ */
#endif /* _ASM_X86_PVCLOCK_ABI_H */