arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 23 Nov 2015 10:33:49 +0000 (10:33 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 21 Dec 2015 14:40:54 +0000 (14:40 +0000)
commitdfd57bc3a5664b98eb7b477e8d7bb2591a5198cf
treee44701938f29156839179744ab078b078f11d517
parent02c2433b3aa6b57313c261c9811bbbe49528101c
arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops

Introduce CONFIG_PARAVIRT and PARAVIRT_TIME_ACCOUNTING on ARM64.
Necessary duplication of paravirt.h and paravirt.c with ARM.

The only paravirt interface supported is pv_time_ops.steal_clock, so no
runtime pvops patching needed.

This allows us to make use of steal_account_process_tick for stolen
ticks accounting.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/Kconfig
arch/arm64/include/asm/paravirt.h [new file with mode: 0644]
arch/arm64/kernel/Makefile
arch/arm64/kernel/paravirt.c [new file with mode: 0644]