Re: 2.6.12-rc5-mm1

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

 



"Martin J. Bligh" <[email protected]> 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux