Re: [PATCH] x86/time: use public interface TSC mode definitions

2023-02-06 Thread Andrew Cooper
On 06/02/2023 12:31 pm, Jan Beulich wrote: > Now that they're properly represented in the public interface, let's do > away with our private #define-s. > > No functional change intended. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[PATCH] x86/time: use public interface TSC mode definitions

2023-02-06 Thread Jan Beulich
Now that they're properly represented in the public interface, let's do away with our private #define-s. No functional change intended. Signed-off-by: Jan Beulich --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #i