From: akpm@linux-foundation.org
To: mm-commits@vger.kernel.org
Cc: heiko.carstens@de.ibm.com, davej@redhat.com,
rdunlap@xenotime.net, schwidefsky@de.ibm.com
Subject: + slow-down-printk-during-boot-fix-4.patch added to -mm tree
Date: Wed, 01 Aug 2007 15:56:33 -0700 [thread overview]
Message-ID: <200708012256.l71MuXWB021682@imap1.linux-foundation.org> (raw)
The patch titled
fix slown down printk on boot compile error
has been added to the -mm tree. Its filename is
slow-down-printk-during-boot-fix-4.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: fix slown down printk on boot compile error
From: Heiko Carstens <heiko.carstens@de.ibm.com>
The slow-down-printk-during-boot patch depends on preset_lpj being
available. That's not the case for architectures that have it's own
calibrate_delay() function.
kernel/sched.c:3840: undefined reference to `preset_lpj'
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Dave Jones <davej@redhat.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/Kconfig.debug | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN lib/Kconfig.debug~slow-down-printk-during-boot-fix-4 lib/Kconfig.debug
--- a/lib/Kconfig.debug~slow-down-printk-during-boot-fix-4
+++ a/lib/Kconfig.debug
@@ -413,7 +413,7 @@ config FORCED_INLINING
config BOOT_PRINTK_DELAY
bool "Delay each boot printk message by N milliseconds"
- depends on DEBUG_KERNEL && PRINTK
+ depends on DEBUG_KERNEL && PRINTK && GENERIC_CALIBRATE_DELAY
help
This build option allows you to read kernel boot messages
by inserting a short delay after each one. The delay is
_
Patches currently in -mm which might be from heiko.carstens@de.ibm.com are
origin.patch
fix-warn_on-on-bitfield-ops-for-all-other-archs.patch
slow-down-printk-during-boot-fix-4.patch
git-wireless.patch
avoid-ssb-compililation-on-s390.patch
prevent-ssb-compilation-on-s390-part-2.patch
during-vm-oom-condition-kill-all-threads-in-process-group.patch
reply other threads:[~2007-08-01 22:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200708012256.l71MuXWB021682@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=davej@redhat.com \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=rdunlap@xenotime.net \
--cc=schwidefsky@de.ibm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.