xen/percpu: Drop unused asm/percpu.h includes
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 26 Jul 2019 18:48:48 +0000 (19:48 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Aug 2019 13:06:28 +0000 (14:06 +0100)
commit5b0807259040d4c92b0cb8f521826789299b1be3
tree2978815d532fde11b4a6e89ea4d7190cbff29881
parent0aad20566bfb1fcd87ad87d255cafb41f6b7b00e
xen/percpu: Drop unused asm/percpu.h includes

These files either don't use any PER_CPU() infrastructure at all, or use
DEFINE_PER_CPU_*().  This is declared in xen/percpu.h, not asm/percpu.h, which
means that xen/percpu.h is included via a different path.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/arm/xen.lds.S
xen/arch/x86/acpi/cpufreq/cpufreq.c
xen/arch/x86/acpi/cpufreq/powernow.c
xen/arch/x86/crash.c
xen/arch/x86/xen.lds.S
xen/common/core_parking.c
xen/drivers/cpufreq/cpufreq.c
xen/include/asm-x86/asm_defns.h
xen/include/xen/kexec.h