[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [RFC PATCH v3 02/12] pm: move processor_perf.h file to the xen/include/xen location
Cpufreq driver should be more generalizable (not ACPI-specific). Thus this file should be placed to more convenient location. Signed-off-by: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@xxxxxxxxxxxxxxx> --- MAINTAINERS | 2 +- xen/arch/x86/platform_hypercall.c | 2 +- xen/include/xen/cpufreq.h | 2 +- xen/include/{acpi/cpufreq => xen}/processor_perf.h | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename xen/include/{acpi/cpufreq => xen}/processor_perf.h (100%) diff --git a/MAINTAINERS b/MAINTAINERS index 49f56a1..f4d916e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -234,8 +234,8 @@ F: xen/arch/x86/acpi/ X: xen/arch/x86/acpi/boot.c X: xen/arch/x86/acpi/lib.c F: xen/drivers/cpufreq/ -F: xen/include/acpi/cpufreq/ F: xen/include/xen/cpufreq.h +F: xen/include/xen/processor_perf.h QEMU-DM M: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> diff --git a/xen/arch/x86/platform_hypercall.c b/xen/arch/x86/platform_hypercall.c index 2162811..7ce8592 100644 --- a/xen/arch/x86/platform_hypercall.c +++ b/xen/arch/x86/platform_hypercall.c @@ -25,7 +25,7 @@ #include <xen/irq.h> #include <asm/current.h> #include <public/platform.h> -#include <acpi/cpufreq/processor_perf.h> +#include <xen/processor_perf.h> #include <asm/edd.h> #include <asm/mtrr.h> #include <asm/io_apic.h> diff --git a/xen/include/xen/cpufreq.h b/xen/include/xen/cpufreq.h index fa653ef..82dc4dc 100644 --- a/xen/include/xen/cpufreq.h +++ b/xen/include/xen/cpufreq.h @@ -21,7 +21,7 @@ #include <xen/errno.h> #include <xen/cpumask.h> -#include <acpi/cpufreq/processor_perf.h> +#include <xen/processor_perf.h> DECLARE_PER_CPU(spinlock_t, cpufreq_statistic_lock); diff --git a/xen/include/acpi/cpufreq/processor_perf.h b/xen/include/xen/processor_perf.h similarity index 100% rename from xen/include/acpi/cpufreq/processor_perf.h rename to xen/include/xen/processor_perf.h -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |