public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next v2 0/2] x86/xen TSC related cleanups
@ 2023-02-22 17:54 Krister Johansen
  2023-02-22 17:54 ` [PATCH linux-next v2 1/2] xen: update arch/x86/include/asm/xen/cpuid.h Krister Johansen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krister Johansen @ 2023-02-22 17:54 UTC (permalink / raw)
  To: xen-devel, linux-kernel
  Cc: Juergen Gross, Jan Beulich, Boris Ostrovsky, Thomas Gleixner,
	Ingo Molnar, Borislav Petkov, Dave Hansen, x86, H. Peter Anvin,
	Marcelo Tosatti, Anthony Liguori, David Reaver, Brendan Gregg

Hi,
Enclosed please find a pair of patches that perform some additional cleanup
that was suggested by Boris, Jan and Thomas.

Specifically: this resync's arch/x86/include/asm/xen/cpuid.h from its
upstream source in the Xen tree, and then uses one of the new #define-s to
replace a constant in x86/xen/time.c that was previously only numerically
defined.  Pedantic code from v1 is dropped in favor of a more appropriate
return statement.

Changes from v1:

- Coding style fixup in arch/x86/xen/time.c (Feedback from Thomas Gleixner)


Krister Johansen (2):
  xen: update arch/x86/include/asm/xen/cpuid.h
  x86/xen/time: cleanup xen_tsc_safe_clocksource

 arch/x86/include/asm/xen/cpuid.h | 22 ++++++++++++++++++----
 arch/x86/xen/time.c              |  7 ++-----
 2 files changed, 20 insertions(+), 9 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-23  5:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 17:54 [PATCH linux-next v2 0/2] x86/xen TSC related cleanups Krister Johansen
2023-02-22 17:54 ` [PATCH linux-next v2 1/2] xen: update arch/x86/include/asm/xen/cpuid.h Krister Johansen
2023-02-22 17:54 ` [PATCH linux-next v2 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource Krister Johansen
2023-02-23  5:43 ` [PATCH linux-next v2 0/2] x86/xen TSC related cleanups Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox