summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/2.6.22/20058_xen-x86-kconfig-no-cpu_freq.patch1')
-rw-r--r--trunk/2.6.22/20058_xen-x86-kconfig-no-cpu_freq.patch135
1 files changed, 35 insertions, 0 deletions
diff --git a/trunk/2.6.22/20058_xen-x86-kconfig-no-cpu_freq.patch1 b/trunk/2.6.22/20058_xen-x86-kconfig-no-cpu_freq.patch1
new file mode 100644
index 0000000..1a7f2e1
--- /dev/null
+++ b/trunk/2.6.22/20058_xen-x86-kconfig-no-cpu_freq.patch1
@@ -0,0 +1,35 @@
+From: jbeulich@novell.com
+Subject: disallow CPUFREQ config options
+Patch-mainline: obsolete
+
+$subject says it all.
+
+---
+ arch/i386/Kconfig | 2 ++
+ arch/x86_64/Kconfig | 2 ++
+ 2 files changed, 4 insertions(+)
+
+--- a/arch/i386/Kconfig 2007-08-27 14:01:27.000000000 -0400
++++ b/arch/i386/Kconfig 2007-08-27 14:01:48.000000000 -0400
+@@ -1075,7 +1075,9 @@ config APM_REAL_MODE_POWER_OFF
+
+ endif # APM
+
++if !X86_XEN
+ source "arch/i386/kernel/cpu/cpufreq/Kconfig"
++endif
+
+ endmenu
+
+--- a/arch/x86_64/Kconfig 2007-08-27 14:01:27.000000000 -0400
++++ b/arch/x86_64/Kconfig 2007-08-27 14:01:27.000000000 -0400
+@@ -728,7 +728,9 @@ endif
+
+ source "drivers/acpi/Kconfig"
+
++if !X86_64_XEN
+ source "arch/x86_64/kernel/cpufreq/Kconfig"
++endif
+
+ endmenu
+