lkml.org 
[lkml]   [2005]   [May]   [26]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
DateThu, 26 May 2005 00:24:59 -0700
FromAndrew Morton <>
SubjectRe: 2.6.12-rc5-mm1
"Martin J. Bligh" <mbligh@mbligh.org> wrote:
>
> source kernel/Kconfig.hz is under:
>  menu "APM (Advanced Power Management) BIOS Support"
>  depends on PM && !X86_VISWS
> 
>  So it's screwed if you don't have PM defined, it seems.

Ah, OK.  Something like this:

--- 25/arch/i386/Kconfig~i386-selectable-frequency-of-the-timer-interrupt-fix	2005-05-26 00:22:55.000000000 -0700
+++ 25-akpm/arch/i386/Kconfig	2005-05-26 00:22:55.000000000 -0700
@@ -1116,8 +1116,6 @@ config APM_REAL_MODE_POWER_OFF
 	  a work-around for a number of buggy BIOSes. Switch this option on if
 	  your computer crashes instead of powering off properly.
 
-source kernel/Kconfig.hz
-
 endmenu
 
 source "arch/i386/kernel/cpu/cpufreq/Kconfig"
@@ -1275,6 +1273,8 @@ source "crypto/Kconfig"
 
 source "lib/Kconfig"
 
+source kernel/Kconfig.hz
+
 #
 # Use the generic interrupt handling code in kernel/irq/:
 #
diff -puN arch/x86_64/Kconfig~i386-selectable-frequency-of-the-timer-interrupt-fix arch/x86_64/Kconfig
--- 25/arch/x86_64/Kconfig~i386-selectable-frequency-of-the-timer-interrupt-fix	2005-05-26 00:22:55.000000000 -0700
+++ 25-akpm/arch/x86_64/Kconfig	2005-05-26 00:22:55.000000000 -0700
@@ -401,8 +401,6 @@ config SECCOMP
 
 	  If unsure, say Y. Only embedded should say N here.
 
-source kernel/Kconfig.hz
-
 endmenu
 
 #
@@ -517,3 +515,5 @@ source "security/Kconfig"
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
+
+source kernel/Kconfig.hz
_


and this:


--- 25/arch/ia64/Kconfig~ia64-selectable-timer-interrupt-frequency-fix	2005-05-26 00:23:18.000000000 -0700
+++ 25-akpm/arch/ia64/Kconfig	2005-05-26 00:23:39.000000000 -0700
@@ -157,8 +157,6 @@ config IA64_PAGE_SIZE_64KB
 
 endchoice
 
-source kernel/Kconfig.hz
-
 config IA64_BRL_EMU
 	bool
 	depends on ITANIUM
@@ -445,3 +443,5 @@ source "arch/ia64/Kconfig.debug"
 source "security/Kconfig"
 
 source "crypto/Kconfig"
+
+source kernel/Kconfig.hz
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-26 09:29    [from the cache]
©2003-2008