]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm/paravirt: Use common code for paravirt_steal_clock()
authorJuergen Gross <jgross@suse.com>
Mon, 5 Jan 2026 11:05:06 +0000 (12:05 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 12 Jan 2026 14:57:23 +0000 (15:57 +0100)
commit15518e633b7c1780d866365a9ee660af5c2ce9a1
tree9b68cfcf2c8783d2b421578c106b95f992ed14a6
parente6b2aa6d40045a3149071ca3af950ea8e6ff79c4
arm/paravirt: Use common code for paravirt_steal_clock()

Remove the arch-specific variant of paravirt_steal_clock() and use
the common one instead.

This allows to remove paravirt.c and paravirt.h from arch/arm.

Until all archs supporting Xen have been switched to the common code
of paravirt_steal_clock(), drivers/xen/time.c needs to include
asm/paravirt.h for those archs, while this is not necessary for arm
any longer.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260105110520.21356-8-jgross@suse.com
arch/arm/Kconfig
arch/arm/include/asm/paravirt.h [deleted file]
arch/arm/kernel/Makefile
arch/arm/kernel/paravirt.c [deleted file]
drivers/xen/time.c