From: Kirill Tkhai <tkhai@yandex.ru>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
linux-rt-users <linux-rt-users@vger.kernel.org>
Subject: Re: [ANNOUNCE] 3.10.10-rt7
Date: Fri, 30 Aug 2013 21:16:08 +0400 [thread overview]
Message-ID: <537051377882968@web17h.yandex.ru> (raw)
In-Reply-To: <20130829184228.GD15360@linutronix.de>
29.08.2013, 22:42, "Sebastian Andrzej Siewior" <bigeasy@linutronix.de>:
> Dear RT folks!
>
> I'm pleased to announce the v3.10.10-rt7 patch set.
>
> Changes since v3.10.10-rt6
> - hwlat compiles on 32bit (again). Reported by Fernando Lopez-Lezcano.
> - bcache is disabled due to usage of anon semaphores. Anyone interrested
> in using it?
> - "genirq affinity callback" are fixed. Reported by Joe Korty. There are
> two nics using this feature.
> - Paul Gortmaker's swait rename patch has been included.
sparc does not have CONFIG_EARLY_PRINTK option.
So early-printk-consolidate.patch breaks compilation:
arch/sparc/built-in.o: In function `setup_arch':
(.init.text+0x15e4): undefined reference to `early_console'
arch/sparc/built-in.o: In function `setup_arch':
(.init.text+0x15ec): undefined reference to `early_console'
The below addition fixes that.
Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
---
arch/sparc/Kconfig | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 9ac9f16..6787bd3 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -521,6 +521,10 @@ menu "Executable file formats"
source "fs/Kconfig.binfmt"
+config EARLY_PRINTK
+ bool
+ default y
+
config COMPAT
bool
depends on SPARC64
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-08-30 17:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-29 18:42 [ANNOUNCE] 3.10.10-rt7 Sebastian Andrzej Siewior
2013-08-30 10:32 ` Bernhard Schiffner
2013-10-04 18:34 ` Sebastian Andrzej Siewior
2013-08-30 17:16 ` Kirill Tkhai [this message]
2013-10-04 12:27 ` Sebastian Andrzej Siewior
2013-10-04 12:57 ` Kirill Tkhai
2013-10-04 13:05 ` Sebastian Andrzej Siewior
2013-10-04 13:11 ` Kirill Tkhai
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=537051377882968@web17h.yandex.ru \
--to=tkhai@yandex.ru \
--cc=bigeasy@linutronix.de \
--cc=linux-rt-users@vger.kernel.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