From: Andrew Morton <akpm@osdl.org>
To: "Martin J. Bligh" <mbligh@mbligh.org>
Cc: linux-kernel@vger.kernel.org, zippel@linux-m68k.org,
christoph@lameter.com
Subject: Re: 2.6.12-rc5-mm1
Date: Thu, 26 May 2005 00:24:59 -0700 [thread overview]
Message-ID: <20050526002459.320abe65.akpm@osdl.org> (raw)
In-Reply-To: <195320000.1117091674@[10.10.2.4]>
"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
_
next prev parent reply other threads:[~2005-05-26 7:26 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-26 6:37 2.6.12-rc5-mm1 Martin J. Bligh
2005-05-26 6:40 ` 2.6.12-rc5-mm1 Martin J. Bligh
2005-05-26 6:47 ` 2.6.12-rc5-mm1 Andrew Morton
2005-05-26 7:05 ` 2.6.12-rc5-mm1 Martin J. Bligh
2005-05-26 7:14 ` 2.6.12-rc5-mm1 Martin J. Bligh
2005-05-26 7:23 ` 2.6.12-rc5-mm1 Martin J. Bligh
2005-05-26 7:24 ` Andrew Morton [this message]
2005-05-26 11:09 ` 2.6.12-rc5-mm1 Roman Zippel
2005-05-26 14:48 ` 2.6.12-rc5-mm1 Steven Cole
-- strict thread matches above, loose matches on Subject: below --
2005-05-25 20:49 2.6.12-rc5-mm1 Andrew Morton
2005-05-25 21:37 ` 2.6.12-rc5-mm1 Alexandre Buisse
2005-05-25 21:51 ` 2.6.12-rc5-mm1 Brice Goglin
2005-05-25 21:58 ` 2.6.12-rc5-mm1 Brice Goglin
2005-05-26 5:29 ` 2.6.12-rc5-mm1 Yani Ioannou
2005-05-25 22:57 ` 2.6.12-rc5-mm1 Jesper Juhl
2005-05-26 1:17 ` 2.6.12-rc5-mm1 Matthew Dobson
2005-05-26 2:43 ` 2.6.12-rc5-mm1 Ed Tomlinson
2005-05-26 3:41 ` 2.6.12-rc5-mm1 Andrew Morton
2005-05-26 7:43 ` 2.6.12-rc5-mm1 J.A. Magallon
2005-05-26 7:58 ` 2.6.12-rc5-mm1 Andrew Morton
2005-05-26 13:54 ` 2.6.12-rc5-mm1 Rafael J. Wysocki
2005-05-26 20:45 ` 2.6.12-rc5-mm1 Andrew Morton
2005-05-26 21:04 ` 2.6.12-rc5-mm1 Lee Revell
2005-05-26 21:07 ` 2.6.12-rc5-mm1 Chris Wright
2005-05-27 10:29 ` 2.6.12-rc5-mm1 Rafael J. Wysocki
2005-05-27 17:38 ` 2.6.12-rc5-mm1 Chen, Kenneth W
2005-05-27 22:32 ` 2.6.12-rc5-mm1 J.A. Magallon
2005-05-26 21:39 ` 2.6.12-rc5-mm1 J.A. Magallon
2005-05-26 7:44 ` 2.6.12-rc5-mm1 J.A. Magallon
2005-05-26 7:52 ` 2.6.12-rc5-mm1 Andrew Morton
2005-05-26 8:57 ` 2.6.12-rc5-mm1 Mikael Pettersson
2005-05-26 13:04 ` 2.6.12-rc5-mm1 Andrea Arcangeli
2005-05-26 19:15 ` 2.6.12-rc5-mm1 Mikael Pettersson
2005-05-26 22:22 ` 2.6.12-rc5-mm1 Andrea Arcangeli
2005-05-27 2:47 ` 2.6.12-rc5-mm1 Andrea Arcangeli
2005-05-27 21:13 ` 2.6.12-rc5-mm1 Arnd Bergmann
2005-05-28 7:07 ` 2.6.12-rc5-mm1 Christoph Hellwig
2005-06-29 13:42 ` 2.6.12-rc5-mm1 Arnd Bergmann
2005-05-30 13:52 ` 2.6.12-rc5-mm1 Stefano Rivoir
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050526002459.320abe65.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=christoph@lameter.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@mbligh.org \
--cc=zippel@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox