From: Jan Kiszka <jan.kiszka@web.de>
To: Manuel Huber <manuel.h87@gmail.com>
Cc: "xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] (Boot)-problems with (current) ipipe patch on AMD FX 61000 - 2.6.38.8 & 3.5.7
Date: Tue, 19 Feb 2013 21:17:02 +0100 [thread overview]
Message-ID: <5123DDBE.8060105@web.de> (raw)
In-Reply-To: <5123C910.7090107@siemens.com>
On 2013-02-19 19:48, Jan Kiszka wrote:
> On 2013-02-19 13:05, Jan Kiszka wrote:
>> On 2013-02-19 12:22, Manuel Huber wrote:
>>> Thanks for your reply and sorry for the delay ;)
>>> I have tried disabling the options and attached the logs. It still fails :(
>>>
>>> I hope it's okay to attach so many files... I can also add the config
>>> files for
>>> every build if that helps.
>>
>> I'll try your config later, though in a different environment. If I'm
>> unable to reproduce, I'll provide further instrumentation suggestions.
>
> No luck in reproducing, even with enforced IRQ7 injection. I suppose
> there are more factors influencing this. Again my question: any
> indication on normal Linux kernels that there are spurious IRQs? What is
> associated with IRQ7 on your system?
Please also try this instrumentation and report back what the kernel
dumps to the console:
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 41196d2..39175e6 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -194,6 +194,7 @@ static void __cpuinit smp_callin(void)
* Need to setup vector mappings before we enable interrupts.
*/
setup_vector_irq(smp_processor_id());
+ printk("vector_irq[0x37] = %d\n", __this_cpu_read(vector_irq[0x37]));
/*
* Save our processor parameters. Note: this information
@@ -249,6 +250,7 @@ static void __cpuinit start_secondary(void *unused)
/* otherwise gcc will move up smp_processor_id before the cpu_init */
barrier();
+ printk("vector_irq[0x37] = %d\n", __this_cpu_read(vector_irq[0x37]));
/*
* Check TSC synchronization with the BP:
*/
@@ -274,6 +276,7 @@ static void __cpuinit start_secondary(void *unused)
per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;
x86_platform.nmi_init();
+ printk("vector_irq[0x37] = %d\n", __this_cpu_read(vector_irq[0x37]));
/* enable local interrupts */
local_irq_enable();
Thanks,
Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20130219/b28b8b1d/attachment.pgp>
next prev parent reply other threads:[~2013-02-19 20:17 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-14 12:05 [Xenomai] (Boot)-problems with (current) ipipe patch on AMD FX 61000 - 2.6.38.8 & 3.5.7 Manuel Huber
2013-02-14 20:13 ` Gilles Chanteperdrix
2013-02-19 11:13 ` Manuel Huber
2013-02-19 12:02 ` Gilles Chanteperdrix
2013-02-15 6:55 ` Jan Kiszka
2013-02-19 11:22 ` Manuel Huber
2013-02-19 12:05 ` Jan Kiszka
2013-02-19 12:07 ` Gilles Chanteperdrix
2013-02-19 12:22 ` Jan Kiszka
2013-02-19 12:30 ` Gilles Chanteperdrix
2013-02-19 12:40 ` Jan Kiszka
2013-02-19 12:12 ` Jan Kiszka
2013-02-19 18:48 ` Jan Kiszka
2013-02-19 18:52 ` Gilles Chanteperdrix
2013-02-19 19:05 ` Jan Kiszka
2013-02-20 20:42 ` Manuel Huber
2013-02-19 20:17 ` Jan Kiszka [this message]
2013-02-22 13:54 ` Manuel Huber
2013-02-22 14:06 ` Jan Kiszka
2013-02-25 17:08 ` Jan Kiszka
2013-02-25 19:07 ` Anders Blomdell
2013-02-25 19:10 ` Jan Kiszka
2013-02-25 20:09 ` Anders Blomdell
2013-02-25 22:02 ` Jan Kiszka
2013-02-26 15:57 ` Anders Blomdell
2013-02-26 15:58 ` Jan Kiszka
[not found] ` <512F92C3.1070003@control.lth.se>
2013-02-28 17:30 ` Jan Kiszka
2013-03-11 8:34 ` Anders Blomdell
2013-03-01 11:15 ` Manuel Huber
2013-03-01 13:48 ` Jan Kiszka
2013-04-09 22:09 ` Gilles Chanteperdrix
2013-04-10 7:02 ` Jan Kiszka
2013-04-10 7:05 ` Gilles Chanteperdrix
2013-04-10 7:09 ` Jan Kiszka
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=5123DDBE.8060105@web.de \
--to=jan.kiszka@web.de \
--cc=manuel.h87@gmail.com \
--cc=xenomai@xenomai.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 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.