[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] remove inclusion of asm/config.h



# HG changeset patch
# User Jan Beulich <jbeulich@xxxxxxxx>
# Date 1326440097 -3600
# Node ID 6f5fff70668b2ed0d3a70a673531676280ba5ca6
# Parent  86b8a1e3a419943801968da12042b4fe53fff537
remove inclusion of asm/config.h

This was always bogus (xen/config.h should have been used instead) and
is superfluous now that xen/config.h gets included through the compiler
command line.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Keir Fraser <keir@xxxxxxx>
---


diff -r 86b8a1e3a419 -r 6f5fff70668b xen/arch/ia64/vmx/optvfault.S
--- a/xen/arch/ia64/vmx/optvfault.S     Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/arch/ia64/vmx/optvfault.S     Fri Jan 13 08:34:57 2012 +0100
@@ -6,8 +6,6 @@
  * Xuefei Xu (Anthony Xu) <anthony.xu@xxxxxxxxx>
  */
 
-#include <linux/config.h>
-#include <asm/config.h>
 #include <asm/pgtable.h>
 #include <asm/asmmacro.h>
 #include <asm/kregs.h>
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/arch/ia64/xen/cpufreq/cpufreq.c
--- a/xen/arch/ia64/xen/cpufreq/cpufreq.c       Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/arch/ia64/xen/cpufreq/cpufreq.c       Fri Jan 13 08:34:57 2012 +0100
@@ -21,7 +21,6 @@
 #include <xen/xmalloc.h>
 #include <asm/bug.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <asm/pal.h>
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/arch/ia64/xen/ivt.S
--- a/xen/arch/ia64/xen/ivt.S   Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/arch/ia64/xen/ivt.S   Fri Jan 13 08:34:57 2012 +0100
@@ -1,7 +1,6 @@
 #include <asm/debugger.h>
 #include <asm/vhpt.h>
 #include <public/arch-ia64.h>
-#include <asm/config.h>
 /*
  * arch/ia64/kernel/ivt.S
  *
@@ -43,8 +42,6 @@
  * Table is based upon EAS2.6 (Oct 1999)
  */
 
-#include <linux/config.h>
-
 #include <asm/asmmacro.h>
 #include <asm/break.h>
 #include <asm/ia32.h>
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/arch/x86/acpi/cpufreq/cpufreq.c
--- a/xen/arch/x86/acpi/cpufreq/cpufreq.c       Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/arch/x86/acpi/cpufreq/cpufreq.c       Fri Jan 13 08:34:57 2012 +0100
@@ -38,7 +38,6 @@
 #include <asm/bug.h>
 #include <asm/msr.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <asm/cpufeature.h>
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/arch/x86/acpi/cpufreq/powernow.c
--- a/xen/arch/x86/acpi/cpufreq/powernow.c      Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/arch/x86/acpi/cpufreq/powernow.c      Fri Jan 13 08:34:57 2012 +0100
@@ -32,7 +32,6 @@
 #include <asm/bug.h>
 #include <asm/msr.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <asm/cpufeature.h>
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/drivers/cpufreq/cpufreq.c
--- a/xen/drivers/cpufreq/cpufreq.c     Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/drivers/cpufreq/cpufreq.c     Fri Jan 13 08:34:57 2012 +0100
@@ -41,7 +41,6 @@
 #include <xen/cpu.h>
 #include <asm/bug.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <acpi/acpi.h>
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/drivers/cpufreq/cpufreq_ondemand.c
--- a/xen/drivers/cpufreq/cpufreq_ondemand.c    Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/drivers/cpufreq/cpufreq_ondemand.c    Fri Jan 13 08:34:57 2012 +0100
@@ -18,7 +18,6 @@
 #include <xen/types.h>
 #include <xen/sched.h>
 #include <xen/timer.h>
-#include <asm/config.h>
 #include <acpi/cpufreq/cpufreq.h>
 
 #define DEF_FREQUENCY_UP_THRESHOLD              (80)
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/drivers/cpufreq/utility.c
--- a/xen/drivers/cpufreq/utility.c     Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/drivers/cpufreq/utility.c     Fri Jan 13 08:34:57 2012 +0100
@@ -28,7 +28,6 @@
 #include <xen/sched.h>
 #include <xen/timer.h>
 #include <xen/trace.h>
-#include <asm/config.h>
 #include <acpi/cpufreq/cpufreq.h>
 #include <public/sysctl.h>
 
diff -r 86b8a1e3a419 -r 6f5fff70668b 
xen/include/asm-ia64/linux-xen/asm/perfmon.h
--- a/xen/include/asm-ia64/linux-xen/asm/perfmon.h      Fri Jan 13 08:33:31 
2012 +0100
+++ b/xen/include/asm-ia64/linux-xen/asm/perfmon.h      Fri Jan 13 08:34:57 
2012 +0100
@@ -7,7 +7,6 @@
 #define _ASM_IA64_PERFMON_H
 
 #ifdef XEN
-#include <asm/config.h>
 #ifndef pt_regs
 #define pt_regs cpu_user_regs
 #endif
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/include/asm-ia64/privop_stat.h
--- a/xen/include/asm-ia64/privop_stat.h        Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/include/asm-ia64/privop_stat.h        Fri Jan 13 08:34:57 2012 +0100
@@ -1,6 +1,6 @@
 #ifndef _XEN_IA64_PRIVOP_STAT_H
 #define _XEN_IA64_PRIVOP_STAT_H
-#include <asm/config.h>
+
 #include <xen/types.h>
 #include <public/xen.h>
 
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/include/asm-ia64/xensystem.h
--- a/xen/include/asm-ia64/xensystem.h  Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/include/asm-ia64/xensystem.h  Fri Jan 13 08:34:57 2012 +0100
@@ -10,7 +10,6 @@
  *     Kun Tian (Kevin Tian) <kevin.tian@xxxxxxxxx>
  *
  */
-#include <asm/config.h>
 
 /* Define HV space hierarchy.
    VMM memory space is protected by CPL for paravirtualized domains and
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/include/asm-x86/hvm/svm/nestedsvm.h
--- a/xen/include/asm-x86/hvm/svm/nestedsvm.h   Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/include/asm-x86/hvm/svm/nestedsvm.h   Fri Jan 13 08:34:57 2012 +0100
@@ -19,7 +19,6 @@
 #ifndef __ASM_X86_HVM_SVM_NESTEDSVM_H__
 #define __ASM_X86_HVM_SVM_NESTEDSVM_H__
 
-#include <asm/config.h>
 #include <asm/hvm/hvm.h>
 #include <asm/hvm/svm/vmcb.h>
 
diff -r 86b8a1e3a419 -r 6f5fff70668b xen/include/asm-x86/hvm/vmx/vmcs.h
--- a/xen/include/asm-x86/hvm/vmx/vmcs.h        Fri Jan 13 08:33:31 2012 +0100
+++ b/xen/include/asm-x86/hvm/vmx/vmcs.h        Fri Jan 13 08:34:57 2012 +0100
@@ -19,7 +19,6 @@
 #ifndef __ASM_X86_HVM_VMX_VMCS_H__
 #define __ASM_X86_HVM_VMX_VMCS_H__
 
-#include <asm/config.h>
 #include <asm/hvm/io.h>
 #include <asm/hvm/vpmu.h>
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.