* [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel parameter
@ 2006-12-12 12:59 M. Koehrer
2006-12-13 14:13 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: M. Koehrer @ 2006-12-12 12:59 UTC (permalink / raw)
To: xenomai
Hi everybody,
I have a SMP kernel 2.6.17.7 on a Dual Core Pentium 4 running.
SMP is enabled at the kernel configuration.
This works fine.
However, I want to compare UP with SMP operation, that's why
I want to boot the system with the "nosmp" kernel parameter.
However, booting of the PC with nosmp does not work.
First it starts fine, however when trying to access hdb (which is the CD ROM
drive in my system) to get info about it, the message
"hdb: lost interrupt"
appears, and booting is stopped.
Does the nosmp parameter work with a Xenomai patched kernel?
Or what could be wrong with it....
I am using the latest Xenomai SVN #1948.
The kernel patch is adeos-ipipe-2.6.17-i386-1.5-02.patch
Any ideas on this?
Thanks for any response
Regards
Mathias
--
Mathias Koehrer
mathias_koehrer@domain.hid
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur 44,85 inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel parameter
2006-12-12 12:59 [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel parameter M. Koehrer
@ 2006-12-13 14:13 ` Jan Kiszka
2006-12-15 7:55 ` Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel M. Koehrer
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2006-12-13 14:13 UTC (permalink / raw)
To: M. Koehrer; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 976 bytes --]
M. Koehrer wrote:
> Hi everybody,
>
> I have a SMP kernel 2.6.17.7 on a Dual Core Pentium 4 running.
> SMP is enabled at the kernel configuration.
> This works fine.
> However, I want to compare UP with SMP operation, that's why
> I want to boot the system with the "nosmp" kernel parameter.
> However, booting of the PC with nosmp does not work.
> First it starts fine, however when trying to access hdb (which is the CD ROM
> drive in my system) to get info about it, the message
> "hdb: lost interrupt"
> appears, and booting is stopped.
>
> Does the nosmp parameter work with a Xenomai patched kernel?
> Or what could be wrong with it....
>
> I am using the latest Xenomai SVN #1948.
> The kernel patch is adeos-ipipe-2.6.17-i386-1.5-02.patch
>
> Any ideas on this?
Same for maxcpus=0? I'm asking as this configures the system more
aggressively smp-less on x86 (patching spinlock alternatives for UP,
configuring LAPIC mode etc.).
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel
2006-12-13 14:13 ` Jan Kiszka
@ 2006-12-15 7:55 ` M. Koehrer
2006-12-15 8:47 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: M. Koehrer @ 2006-12-15 7:55 UTC (permalink / raw)
To: jan.kiszka, mathias_koehrer; +Cc: xenomai
Hi Jan,
I tried the kernel parameter maxcpus=0 on my SMP enabled, Xenomai-patched kernel (same as in mails below).
The kernel does not boot.
It stops after a couple of messages:
IOAPIC[0]: Invalid reference to IRQ 0
Regards
Mathias
> M. Koehrer wrote:
> > Hi everybody,
> >
> > I have a SMP kernel 2.6.17.7 on a Dual Core Pentium 4 running.
> > SMP is enabled at the kernel configuration.
> > This works fine.
> > However, I want to compare UP with SMP operation, that's why
> > I want to boot the system with the "nosmp" kernel parameter.
> > However, booting of the PC with nosmp does not work.
> > First it starts fine, however when trying to access hdb (which is the CD
> ROM
> > drive in my system) to get info about it, the message
> > "hdb: lost interrupt"
> > appears, and booting is stopped.
> >
> > Does the nosmp parameter work with a Xenomai patched kernel?
> > Or what could be wrong with it....
> >
> > I am using the latest Xenomai SVN #1948.
> > The kernel patch is adeos-ipipe-2.6.17-i386-1.5-02.patch
> >
> > Any ideas on this?
>
> Same for maxcpus=0? I'm asking as this configures the system more
> aggressively smp-less on x86 (patching spinlock alternatives for UP,
> configuring LAPIC mode etc.).
--
Mathias Koehrer
mathias_koehrer@domain.hid
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur 44,85 inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel
2006-12-15 7:55 ` Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel M. Koehrer
@ 2006-12-15 8:47 ` Jan Kiszka
2006-12-15 10:46 ` M. Koehrer
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2006-12-15 8:47 UTC (permalink / raw)
To: M. Koehrer; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
M. Koehrer wrote:
> Hi Jan,
>
> I tried the kernel parameter maxcpus=0 on my SMP enabled, Xenomai-patched kernel (same as in mails below).
> The kernel does not boot.
> It stops after a couple of messages:
> IOAPIC[0]: Invalid reference to IRQ 0
OK, a few things more to verify:
- kernel boots fine with your scenario except CONFIG_IPIPE disabled?
- problem persists with 2.6.19-ipipe-1.6-02?
And could you post your .config and the boot log?
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel
2006-12-15 8:47 ` Jan Kiszka
@ 2006-12-15 10:46 ` M. Koehrer
0 siblings, 0 replies; 5+ messages in thread
From: M. Koehrer @ 2006-12-15 10:46 UTC (permalink / raw)
To: jan.kiszka, mathias_koehrer; +Cc: xenomai
Hi Jan,
I have used an standard vanilla kernel without any patches and this delivered the same results.
It seems to be an issue that is not related to Xenomai or Adeos.
When I pass the kernel parameter hdb=noprobe
the kernel boots fine (however, I can not access the CD-ROM drive anymore...).
I think the reason for that could be, that my hard disk is a SATA drive and the only IDE
device is the CD ROM on hdb, I do not have a hda device.
There are many entries on that somewhere in the internet...
I'll try the same on a 2.6.19.1 kernel to see if this solves the issue.
Thanks for the hints!
Regards
Mathias
> M. Koehrer wrote:
> > Hi Jan,
> >
> > I tried the kernel parameter maxcpus=0 on my SMP enabled, Xenomai-patched
> kernel (same as in mails below).
> > The kernel does not boot.
> > It stops after a couple of messages:
> > IOAPIC[0]: Invalid reference to IRQ 0
>
> OK, a few things more to verify:
>
> - kernel boots fine with your scenario except CONFIG_IPIPE disabled?
> - problem persists with 2.6.19-ipipe-1.6-02?
>
> And could you post your .config and the boot log?
>
> Jan
>
>
--
Mathias Koehrer
mathias_koehrer@domain.hid
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur 44,85 inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-12-15 10:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-12 12:59 [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel parameter M. Koehrer
2006-12-13 14:13 ` Jan Kiszka
2006-12-15 7:55 ` Re: [Xenomai-help] Xenomai patched SMP kernel and "nosmp" kernel M. Koehrer
2006-12-15 8:47 ` Jan Kiszka
2006-12-15 10:46 ` M. Koehrer
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.